[COMMITTERS] pgsql: Move carefully obscured SunOS 4 specific #include out of c.h into

2008-12-11 Thread Peter Eisentraut
Log Message: --- Move carefully obscured SunOS 4 specific #include out of c.h into port header file. SunOS 4 is probably broken anyway, but this item stuck out as completely weird. Modified Files: -- pgsql/src/include: c.h (r1.231 -> r1.232) (http://anoncv

[COMMITTERS] pgsql: The macros NULL_DEV and DEVNULL were both used to work around

2008-12-11 Thread Peter Eisentraut
Log Message: --- The macros NULL_DEV and DEVNULL were both used to work around platform-specific spellings of /dev/null. But one should be enough, so settle on DEVNULL. Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.566 -> r1.567) (http:

[COMMITTERS] pgsql: To reduce confusion over whether VACUUM FULL is needed for

2008-12-11 Thread Tom Lane
Log Message: --- To reduce confusion over whether VACUUM FULL is needed for anti-wraparound vacuuming (it's not), say "database-wide VACUUM" instead of "full-database VACUUM" in the relevant hint messages. Also, document the permissions needed to do this. Per today's discussion. Modified

Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major

2008-12-11 Thread Tom Lane
[email protected] (Peter Eisentraut) writes: > Log Message: > --- > Append major version number and for libraries soname major version number > to the gettext domain name, to simplify parallel installations. The results from buildfarm member red_bat suggest that this commit broke the M