[COMMITTERS] pgsql: Fix CREATE EVENT TRIGGER syntax synopsis in documentation.

2013-01-22 Thread Robert Haas
Fix CREATE EVENT TRIGGER syntax synopsis in documentation. Dimitri Fontaine, per a report from Thom Brown Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4c97731928aadd6510a85a5979372bcc4a9f2d2d Modified Files -- doc/src/sgml/ref/create_event_trigger.sgm

[COMMITTERS] pgsql: Fix a few small bugs in yesterday's event trigger patch.

2013-01-22 Thread Robert Haas
Fix a few small bugs in yesterday's event trigger patch. Dimitri Fontaine Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ddef9a00289fcdb21651b9ea8f0ee9e9095bdab4 Modified Files -- src/backend/commands/event_trigger.c |5 - 1 files changed, 4 inse

[COMMITTERS] pgsql: doc: Fix declared number of columns in table

2013-01-22 Thread Peter Eisentraut
doc: Fix declared number of columns in table This was broken in 841a5150c575ccd89e4b03aec66fb21f3cbe. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/21c87a0d46c8e9eb299d0fdfb75728c931452ddb Modified Files -- doc/src/sgml/event-trigger.sgml |2 +-

[COMMITTERS] pgsql: pg_upgrade: remove --single-transaction usage

2013-01-22 Thread Bruce Momjian
pg_upgrade: remove --single-transaction usage With AtEOXact applied, --single-transaction makes pg_restore slower, and has the potential to require lock table configuration, so remove the argument. Per suggestion from Tom. Branch -- master Details --- http://git.postgresql.org/pg/commi

Re: [COMMITTERS] pgsql: Fix a few small bugs in yesterday's event trigger patch.

2013-01-22 Thread Tom Lane
Robert Haas writes: > Fix a few small bugs in yesterday's event trigger patch. The buildfarm doesn't like this patch one bit. It seems to have changed the regression test results ... regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgre