Skip to content

Commit 9188175

Browse files
committed
FIx for atttypmod in system catalogs.
1 parent e3f2eb1 commit 9188175

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/backend/catalog/heap.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.43 1998/01/06 19:42:27 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.44 1998/02/05 19:02:44 momjian Exp $
1111
*
1212
* INTERFACE ROUTINES
1313
* heap_create() - Create an uncataloged heap relation
@@ -97,32 +97,32 @@ static void RemoveConstraints(Relation rel);
9797

9898
static FormData_pg_attribute a1 = {
9999
0xffffffff, {"ctid"}, 27l, 0l, sizeof(ItemPointerData),
100-
SelfItemPointerAttributeNumber, 0, -1, '\0', '\0', 'i', '\0', '\0'
100+
SelfItemPointerAttributeNumber, 0, -1, 0, '\0', '\0', 'i', '\0', '\0'
101101
};
102102

103103
static FormData_pg_attribute a2 = {
104104
0xffffffff, {"oid"}, 26l, 0l, sizeof(Oid),
105-
ObjectIdAttributeNumber, 0, -1, '\001', '\0', 'i', '\0', '\0'
105+
ObjectIdAttributeNumber, 0, -1, 0, '\001', '\0', 'i', '\0', '\0'
106106
};
107107

108108
static FormData_pg_attribute a3 = {
109109
0xffffffff, {"xmin"}, 28l, 0l, sizeof(TransactionId),
110-
MinTransactionIdAttributeNumber, 0, -1, '\0', '\0', 'i', '\0', '\0'
110+
MinTransactionIdAttributeNumber, 0, -1, 0, '\0', '\0', 'i', '\0', '\0'
111111
};
112112

113113
static FormData_pg_attribute a4 = {
114114
0xffffffff, {"cmin"}, 29l, 0l, sizeof(CommandId),
115-
MinCommandIdAttributeNumber, 0, -1, '\001', '\0', 'i', '\0', '\0'
115+
MinCommandIdAttributeNumber, 0, -1, 0, '\001', '\0', 'i', '\0', '\0'
116116
};
117117

118118
static FormData_pg_attribute a5 = {
119119
0xffffffff, {"xmax"}, 28l, 0l, sizeof(TransactionId),
120-
MaxTransactionIdAttributeNumber, 0, -1, '\0', '\0', 'i', '\0', '\0'
120+
MaxTransactionIdAttributeNumber, 0, -1, 0, '\0', '\0', 'i', '\0', '\0'
121121
};
122122

123123
static FormData_pg_attribute a6 = {
124124
0xffffffff, {"cmax"}, 29l, 0l, sizeof(CommandId),
125-
MaxCommandIdAttributeNumber, 0, -1, '\001', '\0', 'i', '\0', '\0'
125+
MaxCommandIdAttributeNumber, 0, -1, 0, '\001', '\0', 'i', '\0', '\0'
126126
};
127127

128128
static AttributeTupleForm HeapAtt[] =

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy