postgresql/src/test
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags
Add "normal" and "original" flags as output columns to the
pg_event_trigger_dropped_objects() function.  With this it's possible to
distinguish which objects, among those listed, need to be explicitely
referenced when trying to replicate a deletion.

This is necessary so that the list of objects can be pruned to the
minimum necessary to replicate the DROP command in a remote server that
might have slightly different schema (for instance, TOAST tables and
constraints with different names and such.)

Catalog version bumped due to change of function definition.

Reviewed by: Abhijit Menon-Sen, Stephen Frost, Heikki Linnakangas,
Robert Haas.
2014-12-19 15:00:45 -03:00
..
examples Update copyright for 2014 2014-01-07 16:05:30 -05:00
isolation Fix corner case where SELECT FOR UPDATE could return a row twice. 2014-12-11 19:37:36 -05:00
locale Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
mb Lots of doc corrections. 2012-04-23 22:43:09 -04:00
modules Fix commit_ts test suite for systems with coarse timestamp granularity. 2014-12-15 20:56:09 -05:00
performance Run newly-configured perltidy script on Perl files. 2012-07-04 21:47:49 -04:00
perl Fix previous commit for TAP test suites in VPATH builds. 2014-12-18 01:24:57 -05:00
regress pg_event_trigger_dropped_objects: add behavior flags 2014-12-19 15:00:45 -03:00
ssl SSL tests: Remove trailing blank lines 2014-12-11 21:33:58 -05:00
thread Remove dependency on wsock32.lib in favor of ws2_32 2014-07-15 14:18:39 +02:00
Makefile Add a regression test suite for SSL support. 2014-12-09 17:37:20 +02:00