pgsql: Handle WindowClause.runCondition in tree walker/mutator function

2024-01-10 Thread Tom Lane
Handle WindowClause.runCondition in tree walker/mutator functions. Commit 9d9c02ccd, which added the notion of a "run condition" for window functions, neglected to teach nodeFuncs.c to process the new field. Remarkably, that doesn't seem to have had any ill effects before we invented Var.varnulli

pgsql: Handle WindowClause.runCondition in tree walker/mutator function

2024-01-10 Thread Tom Lane
Handle WindowClause.runCondition in tree walker/mutator functions. Commit 9d9c02ccd, which added the notion of a "run condition" for window functions, neglected to teach nodeFuncs.c to process the new field. Remarkably, that doesn't seem to have had any ill effects before we invented Var.varnulli

pgsql: Handle WindowClause.runCondition in tree walker/mutator function

2024-01-10 Thread Tom Lane
Handle WindowClause.runCondition in tree walker/mutator functions. Commit 9d9c02ccd, which added the notion of a "run condition" for window functions, neglected to teach nodeFuncs.c to process the new field. Remarkably, that doesn't seem to have had any ill effects before we invented Var.varnulli