Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c9387c

Browse files
committed
Update code comments
Author: Neha Khatri <nehakhatri5@gmail.com>
1 parentdabbe8d commit8c9387c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/transam/xlogfuncs.c

Lines changed: 2 additions & 2 deletions
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() orpg_xlog_switch().
452+
* such as is returned by pg_stop_backup() orpg_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() orpg_xlog_switch().
518+
* such as is returned by pg_stop_backup() orpg_switch_wal().
519519
*/
520520
Datum
521521
pg_walfile_name(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp