projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9932d45
)
Let's not use OID 32. It feels wrong to use such a low ID for this :-)
author
Heikki Linnakangas
<
[email protected]
>
Mon, 20 Apr 2015 10:54:23 +0000
(13:54 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Mon, 20 Apr 2015 10:54:23 +0000
(13:54 +0300)
src/include/catalog/pg_seqam.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/pg_seqam.h
b/src/include/catalog/pg_seqam.h
index 5c789e3f3c64c02c032efbe14968aef35925d99c..dec234a3a7f8171fc98976dc4edfe085dcc6d535 100644
(file)
--- a/
src/include/catalog/pg_seqam.h
+++ b/
src/include/catalog/pg_seqam.h
@@
-29,9
+29,9
@@
* typedef struct FormData_pg_seqam
* ----------------
*/
-#define SeqAccessMethodRelationId 32
+#define SeqAccessMethodRelationId 32
86
-CATALOG(pg_seqam,32)
+CATALOG(pg_seqam,32
86
)
{
NameData seqamname; /* access method name */
regproc seqamreloptions; /* parse AM-specific options */