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

Commit b45324b

Browse files
committed
Fix duplicate oid in ptrack
1 parent 5b026af commit b45324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
56075607
DESCR("get one block of the relation");
56085608

56095609
/* 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_ ));
56115611
DESCR("repair a relation block via archived WAL");
56125612

56135613
/*

0 commit comments

Comments
 (0)