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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix typo in transam.h for OIDs assigned by genbki.pl
Дата
Msg-id E1gvZrf-0006ks-Gx@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Avoid some unnecessary block reads in WAL reader
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some issues with TAP tests of pg_basebackup andpg_verify_ch