[COMMITTERS] pgsql: Avoid using unnecessary pgwin32_safestat in libpq.

2008-04-16 Thread Andrew Dunstan
Log Message: --- Avoid using unnecessary pgwin32_safestat in libpq. Modified Files: -- pgsql/src/include: port.h (r1.120 -> r1.121) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h?r1=1.120&r2=1.121) pgsql/src/interfaces/libpq:

[COMMITTERS] pgsql: Avoid using unnecessary pgwin32_safestat in libpq.

2008-04-16 Thread Andrew Dunstan
Log Message: --- Avoid using unnecessary pgwin32_safestat in libpq. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/include: port.h (r1.116.2.3 -> r1.116.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h?r1=1.116.2.3&r2=1.116.2.

[COMMITTERS] pgsql: Avoid using unnecessary pgwin32_safestat in libpq.

2008-04-16 Thread Andrew Dunstan
Log Message: --- Avoid using unnecessary pgwin32_safestat in libpq. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/include: port.h (r1.106.2.5 -> r1.106.2.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h?r1=1.106.2.5&r2=1.106.2.

[COMMITTERS] pgsql: Add to TODO: > * Implement the non-threaded Avahi service

2008-04-16 Thread Bruce Momjian
Log Message: --- Add to TODO: > * Implement the non-threaded Avahi service discovery protocol > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php > http://archives.postgresql.org/pgsql-patches/2008-02/msg00097.php > http://archives.postgresql.org/pgsql-hackers/2008-03

[COMMITTERS] pgsql: Update TODO wording.

2008-04-16 Thread Bruce Momjian
Log Message: --- Update TODO wording. Modified Files: -- pgsql/doc: TODO (r1.2423 -> r1.2424) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2423&r2=1.2424) pgsql/doc/src/FAQ: TODO.html (r1.929 -> r1.930) (http://anoncvs.

[COMMITTERS] pgsql: Fix comment typo.

2008-04-16 Thread Bruce Momjian
Log Message: --- Fix comment typo. Bryce Nesbitt Modified Files: -- pgsql/src/bin/psql: mbprint.c (r1.29 -> r1.30) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c?r1=1.29&r2=1.30) -- Sent via pgsql-committers mailing list (pgsql-co

[COMMITTERS] pgsql: Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the

2008-04-16 Thread Tom Lane
Log Message: --- Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index it is trying to build a relcache entry for. This is an oversight in my 8.2 patch that tried to ensure we always took a lock on a relation before trying to build its relcache entry. The implication

[COMMITTERS] pgsql: Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the

2008-04-16 Thread Tom Lane
Log Message: --- Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index it is trying to build a relcache entry for. This is an oversight in my 8.2 patch that tried to ensure we always took a lock on a relation before trying to build its relcache entry. The implication

[COMMITTERS] pgsql: Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the

2008-04-16 Thread Tom Lane
Log Message: --- Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index it is trying to build a relcache entry for. This is an oversight in my 8.2 patch that tried to ensure we always took a lock on a relation before trying to build its relcache entry. The implication

[COMMITTERS] pgsql: Update most recent release to 8.3.1.

2008-04-16 Thread Bruce Momjian
Log Message: --- Update most recent release to 8.3.1. Modified Files: -- pgsql/doc: FAQ (r1.454 -> r1.455) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.454&r2=1.455) pgsql/doc/src/FAQ: FAQ.html (r1.411 -> r1.412) (http:/

[COMMITTERS] pgsql: Ignore blank lines in typedef file.

2008-04-16 Thread Bruce Momjian
Log Message: --- Ignore blank lines in typedef file. Modified Files: -- pgsql/src/tools/pgindent: pgindent (r1.98 -> r1.99) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent?r1=1.98&r2=1.99) -- Sent via pgsql-committers mailing l

[COMMITTERS] pgsql: Fix MinGW warnings re formats and unused variables.

2008-04-16 Thread Andrew Dunstan
Log Message: --- Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro Modified Files: -- pgsql/src/backend/port/win32: signal.c (r1.20 -> r1.21) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/signal.c?r1=1.20&r2=1

[COMMITTERS] pgsql: Repair two places where SIGTERM exit could leave shared memory

2008-04-16 Thread Tom Lane
Log Message: --- Repair two places where SIGTERM exit could leave shared memory state corrupted. (Neither is very important if SIGTERM is used to shut down the whole database cluster together, but there's a problem if someone tries to SIGTERM individual backends.) To do this, introduce ne

[COMMITTERS] pgsql: Repair two places where SIGTERM exit could leave shared memory

2008-04-16 Thread Tom Lane
Log Message: --- Repair two places where SIGTERM exit could leave shared memory state corrupted. (Neither is very important if SIGTERM is used to shut down the whole database cluster together, but there's a problem if someone tries to SIGTERM individual backends.) To do this, introduce ne

[COMMITTERS] pgsql: Repair two places where SIGTERM exit could leave shared memory

2008-04-16 Thread Tom Lane
Log Message: --- Repair two places where SIGTERM exit could leave shared memory state corrupted. (Neither is very important if SIGTERM is used to shut down the whole database cluster together, but there's a problem if someone tries to SIGTERM individual backends.) To do this, introduce ne