File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ pg_last_wal_replay_lsn(PG_FUNCTION_ARGS)
449449
450450/*
451451 * Compute an xlog file name and decimal byte offset given a WAL location,
452- * such as is returned by pg_stop_backup() or pg_xlog_switch ().
452+ * such as is returned by pg_stop_backup() or pg_switch_wal ().
453453 *
454454 * Note that a location exactly at a segment boundary is taken to be in
455455 * the previous segment. This is usually the right thing, since the
@@ -515,7 +515,7 @@ pg_walfile_name_offset(PG_FUNCTION_ARGS)
515515
516516/*
517517 * Compute an xlog file name given a WAL location,
518- * such as is returned by pg_stop_backup() or pg_xlog_switch ().
518+ * such as is returned by pg_stop_backup() or pg_switch_wal ().
519519 */
520520Datum
521521pg_walfile_name (PG_FUNCTION_ARGS )
You can’t perform that action at this time.
0 commit comments