git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 72257f9) | patch
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Thu, 9 Feb 2017 20:10:09 +0000 (15:10 -0500)
Thu, 9 Feb 2017 20:10:09 +0000 (15:10 -0500)
commit 806091c96f9b81f7631e4e37a05af377b473b5da
Remove all references to "xlog" from SQL-callable functions in pg_proc.

Commit f82ec32ac30ae7e3ec7c84067192535b2ff8ec0e 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
30 files changed:
contrib/bloom/t/001_wal.pl diff | blob | blame | history
contrib/test_decoding/expected/ddl.out diff | blob | blame | history
contrib/test_decoding/sql/ddl.sql diff | blob | blame | history
doc/src/sgml/backup.sgml diff | blob | blame | history
doc/src/sgml/func.sgml diff | blob | blame | history
doc/src/sgml/high-availability.sgml diff | blob | blame | history
doc/src/sgml/logicaldecoding.sgml diff | blob | blame | history
doc/src/sgml/recovery-config.sgml diff | blob | blame | history
src/backend/access/transam/recovery.conf.sample diff | blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/access/transam/xlogfuncs.c diff | blob | blame | history
src/backend/catalog/system_views.sql diff | blob | blame | history
src/bin/pg_basebackup/t/030_pg_recvlogical.pl diff | blob | blame | history
src/bin/pg_rewind/RewindTest.pm diff | blob | blame | history
src/bin/pg_rewind/libpq_fetch.c diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
src/include/catalog/pg_proc.h diff | blob | blame | history
src/test/modules/commit_ts/t/002_standby.pl diff | blob | blame | history
src/test/modules/commit_ts/t/003_standby_2.pl diff | blob | blame | history
src/test/perl/PostgresNode.pm diff | blob | blame | history
src/test/recovery/t/002_archiving.pl diff | blob | blame | history
src/test/recovery/t/003_recovery_targets.pl diff | blob | blame | history
src/test/recovery/t/005_replay_delay.pl diff | blob | blame | history
src/test/recovery/t/008_fsm_truncation.pl diff | blob | blame | history
src/test/regress/expected/hs_standby_functions.out diff | blob | blame | history
src/test/regress/sql/hs_primary_extremes.sql diff | blob | blame | history
src/test/regress/sql/hs_primary_setup.sql diff | blob | blame | history
src/test/regress/sql/hs_standby_functions.sql diff | blob | blame | history
src/test/subscription/t/001_rep_changes.pl diff | blob | blame | history
src/test/subscription/t/002_types.pl diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /