postgresql/src/bin
Stephen Frost 1efc5dba05 Fix dumping of casts and transforms using built-in functions
In pg_dump.c dumpCast() and dumpTransform(), we would happily ignore the
cast or transform if it happened to use a built-in function because we
weren't including the information about built-in functions when querying
pg_proc from getFuncs().

Modify the query in getFuncs() to also gather information about
functions which are used by user-defined casts and transforms (where
"user-defined" means "has an OID >= FirstNormalObjectId").  This also
adds to the TAP regression tests for 9.6 and master to cover these
types of objects.

Back-patch all the way for casts, back to 9.5 for transforms.

Discussion: https://www.postgresql.org/message-id/flat/20160504183952.GE10850%40tamriel.snowman.net
2016-12-21 13:47:18 -05:00
..
initdb Translation updates 2016-10-24 11:01:10 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:54:44 +09:00
pg_basebackup Translation updates 2016-10-24 11:01:10 -04:00
pg_config Translation updates 2016-10-24 11:01:10 -04:00
pg_controldata Translation updates 2016-10-24 11:01:10 -04:00
pg_ctl Translation updates 2016-10-24 11:01:10 -04:00
pg_dump Fix dumping of casts and transforms using built-in functions 2016-12-21 13:47:18 -05:00
pg_resetxlog Translation updates 2016-10-24 11:01:10 -04:00
pg_rewind pg_rewing pg_upgrade: Fix translation markers 2016-11-07 09:51:06 -05:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade pg_rewing pg_upgrade: Fix translation markers 2016-11-07 09:51:06 -05:00
pg_xlogdump Retry opening new segments in pg_xlogdump --folllow 2016-09-30 11:22:32 +02:00
pgbench Fix pgbench's calculation of average latency, when -T is not used. 2016-09-21 13:16:20 +03:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql Restore psql's SIGPIPE setting if popen() fails. 2016-12-07 12:39:24 -05:00
scripts Translation updates 2016-10-24 11:01:10 -04:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00