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 bfe089e commit 963af96Copy full SHA for 963af96
src/backend/optimizer/prep/prepunion.c
@@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
2088
* Substitute child relids for parent relids in a Relid set. The array of
2089
* appinfos specifies the substitutions to be performed.
2090
*/
2091
-Relids
+static Relids
2092
adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos)
2093
{
2094
Bitmapset *result = NULL;
0 commit comments