postgresql/src/test/modules/commit_ts
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc.
Commit f82ec32ac3 renamed the pg_xlog
directory to pg_wal.  To make things consistent, and because "xlog" is
terrible terminology for either "transaction log" or "write-ahead log"
rename all SQL-callable functions that contain "xlog" in the name to
instead contain "wal".  (Note that this may pose an upgrade hazard for
some users.)

Similarly, rename the xlog_position argument of the functions that
create slots to be called wal_position.

Discussion: https://www.postgresql.org/message-id/CA+Tgmob=YmA=H3DbW1YuOXnFVgBheRmyDkWcD9M8f=5bGWYEoQ@mail.gmail.com
2017-02-09 15:10:09 -05:00
..
expected Fix commit_ts for FrozenXid and BootstrapXid 2016-11-24 15:39:55 -03:00
sql Fix commit_ts test suite for systems with coarse timestamp granularity. 2014-12-15 20:56:09 -05:00
t Remove all references to "xlog" from SQL-callable functions in pg_proc. 2017-02-09 15:10:09 -05:00
.gitignore Keep track of transaction commit timestamps 2014-12-03 11:53:02 -03:00
Makefile Fix two src/test/modules Makefiles 2016-09-08 14:39:05 -03:00
commit_ts.conf Update copyright for 2015 2015-01-06 11:43:47 -05:00