We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7506f72 commit 7245353Copy full SHA for 7245353
src/backend/catalog/heap.c
@@ -150,7 +150,7 @@ static FormData_pg_attribute a2 = {
150
static FormData_pg_attribute a3 = {
151
0, {"xmin"}, XIDOID, 0, sizeof(TransactionId),
152
MinTransactionIdAttributeNumber, 0, -1, -1,
153
- true, 'p', 'd', true, false, false, true, 0
+ FLOAT8PASSBYVAL, 'p', 'd', true, false, false, true, 0
154
};
155
156
static FormData_pg_attribute a4 = {
@@ -162,7 +162,7 @@ static FormData_pg_attribute a4 = {
162
static FormData_pg_attribute a5 = {
163
0, {"xmax"}, XIDOID, 0, sizeof(TransactionId),
164
MaxTransactionIdAttributeNumber, 0, -1, -1,
165
166
167
168
static FormData_pg_attribute a6 = {
0 commit comments