aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-02-09 16:23:46 -0500
committerRobert Haas <rhaas@postgresql.org>2017-02-09 16:23:46 -0500
commit85c11324cabaddcfaf3347df78555b30d27c5b5a (patch)
tree16c36d227085062ccfacc71a54eb1f184c58f2ec /src/backend/access/rmgrdesc
parent5d2adf0f81a2e4ca4f101b19b1efea147b462301 (diff)
downloadpostgresql-85c11324cabaddcfaf3347df78555b30d27c5b5a.tar.gz
postgresql-85c11324cabaddcfaf3347df78555b30d27c5b5a.zip
Rename user-facing tools with "xlog" in the name to say "wal".
This means pg_receivexlog because pg_receivewal, pg_resetxlog becomes pg_resetwal, and pg_xlogdump becomes pg_waldump.
Diffstat (limited to 'src/backend/access/rmgrdesc')
-rw-r--r--src/backend/access/rmgrdesc/xactdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/rmgrdesc/xactdesc.c b/src/backend/access/rmgrdesc/xactdesc.c
index c91ca03db1a..735f8c598fc 100644
--- a/src/backend/access/rmgrdesc/xactdesc.c
+++ b/src/backend/access/rmgrdesc/xactdesc.c
@@ -26,7 +26,7 @@
* understand format.
*
* This routines are in xactdesc.c because they're accessed in backend (when
- * replaying WAL) and frontend (pg_xlogdump) code. This file is the only xact
+ * replaying WAL) and frontend (pg_waldump) code. This file is the only xact
* specific one shared between both. They're complicated enough that
* duplication would be bothersome.
*/