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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in transam.h for OIDs assigned by genbki.pl
Date: 2019-02-18 03:45:07
Message-ID: E1gvZrf-0006ks-Gx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-02-18 05:24:38 pgsql: Fix some issues with TAP tests of pg_basebackup and pg_verify_ch
Previous Message Michael Paquier 2019-02-18 00:53:55 pgsql: Avoid some unnecessary block reads in WAL reader