Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8c9387c

Browse files
committed
Update code comments
Author: Neha Khatri <nehakhatri5@gmail.com>
1 parent dabbe8d commit 8c9387c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlogfuncs.c

+2-2
Original file line numberDiff line numberDiff 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
*/
520520
Datum
521521
pg_walfile_name(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)