You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5607,7 +5607,7 @@ DATA(insert OID = 6025 ( pg_ptrack_get_block_2 PGNSP PGUID 12 1 0 0 0 f f f f t
5607
5607
DESCR("get one block of the relation");
5608
5608
5609
5609
/* repair functions */
5610
-
DATA(insert OID = 6024 ( pg_repair_block PGNSP PGUID 12 1000 0 0 0 f f f f t f v s 3 0 2278 "26 20 25" _null_ _null_ _null_ _null_ _null_ pg_repair_block _null_ _null_ _null_ ));
5610
+
DATA(insert OID = 6026 ( pg_repair_block PGNSP PGUID 12 1000 0 0 0 f f f f t f v s 3 0 2278 "26 20 25" _null_ _null_ _null_ _null_ _null_ pg_repair_block _null_ _null_ _null_ ));
5611
5611
DESCR("repair a relation block via archived WAL");
0 commit comments