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

Commit5d40286

Browse files
committed
Fix wrong articles in pg_proc descriptions.
This technically should involve a catversion bump, but that seemspedantic, so I skipped it.Report and patch by David Christensen.
1 parent1330a7d commit5d40286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,9 +3160,9 @@ DESCR("current wal insert location");
31603160
DATA(insert OID = 3330 ( pg_current_wal_flush_location PGNSP PGUID 12 1 0 0 0 f f f f t f v s 0 0 3220 "" _null_ _null_ _null_ _null_ _null_ pg_current_wal_flush_location _null_ _null_ _null_ ));
31613161
DESCR("current wal flush location");
31623162
DATA(insert OID = 2850 ( pg_walfile_name_offset PGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 2249 "3220" "{3220,25,23}" "{i,o,o}" "{wal_location,file_name,file_offset}" _null_ _null_ pg_walfile_name_offset _null_ _null_ _null_ ));
3163-
DESCR("wal filename and byte offset, givenan wal location");
3163+
DESCR("wal filename and byte offset, givena wal location");
31643164
DATA(insert OID = 2851 ( pg_walfile_namePGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 25 "3220" _null_ _null_ _null_ _null_ _null_ pg_walfile_name _null_ _null_ _null_ ));
3165-
DESCR("wal filename, givenan wal location");
3165+
DESCR("wal filename, givena wal location");
31663166

31673167
DATA(insert OID = 3165 ( pg_wal_location_diffPGNSP PGUID 12 1 0 0 0 f f f f t f i s 2 0 1700 "3220 3220" _null_ _null_ _null_ _null_ _null_ pg_wal_location_diff _null_ _null_ _null_ ));
31683168
DESCR("difference in bytes, given two wal locations");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp