File tree 1 file changed +2
-2
lines changed
src/backend/access/transam
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)
449
449
450
450
/*
451
451
* 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 ().
453
453
*
454
454
* Note that a location exactly at a segment boundary is taken to be in
455
455
* the previous segment. This is usually the right thing, since the
@@ -515,7 +515,7 @@ pg_walfile_name_offset(PG_FUNCTION_ARGS)
515
515
516
516
/*
517
517
* 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 ().
519
519
*/
520
520
Datum
521
521
pg_walfile_name (PG_FUNCTION_ARGS )
You can’t perform that action at this time.
0 commit comments