Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> Shouldn't it be like.o to like_match.c?
> Technically yes, but since it's an #included file you don't need it at all
> if all you want is to get it to compile. For complete dependencies it's
> --enable-depend and this one will be included automatically.
Sure, but there are a few dependencies that seem important enough to
hard-wire into the Makefiles, so that they'll be honored even if you
don't do --enable-depend. backend/parser has some, for example.
This one seemed to me to be of that ilk. I expect to have to be careful
if I hack .h files without having enabled dependencies ... but one
normally doesn't need to think about that for .c files.
regards, tom lane
In response to
pgsql-committers by date
| Next: | From: vev | Date: 2001-10-04 23:59:59 |
| Subject: [WEBMASTER] 'www/html/bugs index.php' |
| Previous: | From: tgl | Date: 2001-10-04 22:39:34 |
| Subject: pgsql/src/bin/psql large_obj.c |