]> granicus.if.org Git - postgresql/commitdiff
Update code comments
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jun 2017 18:04:22 +0000 (14:04 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jun 2017 18:04:22 +0000 (14:04 -0400)
Author: Neha Khatri <nehakhatri5@gmail.com>

src/backend/access/transam/xlogfuncs.c

index b3223d691da398659c922884062e92ac0e240758..fb905c0a1cda2b5bc6f35f4a5b4701d07bbe877f 100644 (file)
@@ -449,7 +449,7 @@ pg_last_wal_replay_lsn(PG_FUNCTION_ARGS)
 
 /*
  * Compute an xlog file name and decimal byte offset given a WAL location,
- * such as is returned by pg_stop_backup() or pg_xlog_switch().
+ * such as is returned by pg_stop_backup() or pg_switch_wal().
  *
  * Note that a location exactly at a segment boundary is taken to be in
  * the previous segment.  This is usually the right thing, since the
@@ -515,7 +515,7 @@ pg_walfile_name_offset(PG_FUNCTION_ARGS)
 
 /*
  * Compute an xlog file name given a WAL location,
- * such as is returned by pg_stop_backup() or pg_xlog_switch().
+ * such as is returned by pg_stop_backup() or pg_switch_wal().
  */
 Datum
 pg_walfile_name(PG_FUNCTION_ARGS)