This is a discussion on Re: Contrib Makefiles within the Pgsql Patches forums, part of the PostgreSQL category; --> "Magnus Hagander" <mha@sollentuna.net> writes: > A couple of the Makefiles in contrib don't define OBJS= as standard, > instead ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Magnus Hagander" <mha@sollentuna.net> writes: > A couple of the Makefiles in contrib don't define OBJS= as standard, > instead they define SRCS= and then a makefile rule for OBJS= that does a > replacement on that. > Is there any actual reason for that? Can't see one. > If not, could the attached patch > please be applied to make them all look the same. Done, but what about pgcrypto? You may not have a choice but to have a special case for that one, though, seeing it builds its list on the fly. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |