git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0dd6ff0)
Fix typo in transam.h for OIDs assigned by genbki.pl
2019年2月18日 03:44:25 +0000 (12:44 +0900)
2019年2月18日 03:44:25 +0000 (12:44 +0900)
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


diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 4a7eab00d8c6af397301016587b45a4c49af1417..444be4aeb52552631aea3f31aeafd44da290cb91 100644 (file)
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -74,7 +74,7 @@
* OIDs 1-9999 are reserved for manual assignment (see .dat files in
* src/include/catalog/), with 9000-9999 tentatively reserved for forks.
*
- * OIDs 10000-12000 are reserved for assignment by genbki.pl, when the
+ * OIDs 10000-11999 are reserved for assignment by genbki.pl, when the
* .dat files in src/include/catalog/ do not specify oids.
*
* OIDS 12000-16383 are reserved for assignment during initdb
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /