Thread: pgsql: Fix typo in transam.h for OIDs assigned by genbki.pl

pgsql: Fix typo in transam.h for OIDs assigned by genbki.pl

From
Michael Paquier
Date:
Fix typo in transam.h for OIDs assigned by genbki.pl

The actual range of reserved OIDs in this case is [11000,11999] and not
[11000,12000].

Author: John Naylor
Discussion: https://postgr.es/m/CAJVSVGV5StmK-inxbmrf0nLbBGeaAKnjnqxXmk+4ufeav8JMSA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f0cce9fcb5fd9f4158dbf5dfe11f263ad3b7b1dd

Modified Files
--------------
src/include/access/transam.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)