mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Revert 9246af6799
because
I miss too much. Patch is returned to commitfest process.
This commit is contained in:
doc/src/sgml
src
backend
include
nodes
test
regress
@ -2403,8 +2403,6 @@ _copyAIndices(const A_Indices *from)
|
||||
|
||||
COPY_NODE_FIELD(lidx);
|
||||
COPY_NODE_FIELD(uidx);
|
||||
COPY_SCALAR_FIELD(lidx_default);
|
||||
COPY_SCALAR_FIELD(uidx_default);
|
||||
|
||||
return newnode;
|
||||
}
|
||||
|
@ -2153,8 +2153,6 @@ _equalAIndices(const A_Indices *a, const A_Indices *b)
|
||||
{
|
||||
COMPARE_NODE_FIELD(lidx);
|
||||
COMPARE_NODE_FIELD(uidx);
|
||||
COMPARE_SCALAR_FIELD(lidx_default);
|
||||
COMPARE_SCALAR_FIELD(uidx_default);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -2765,8 +2765,6 @@ _outA_Indices(StringInfo str, const A_Indices *node)
|
||||
|
||||
WRITE_NODE_FIELD(lidx);
|
||||
WRITE_NODE_FIELD(uidx);
|
||||
WRITE_BOOL_FIELD(lidx_default);
|
||||
WRITE_BOOL_FIELD(uidx_default);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user