Skip to content

Commit e436367

Browse files
committed
fix build error:_jumbleRownumExpr unused variable expr
1 parent ee1327d commit e436367

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/include/nodes/primnodes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,7 @@ typedef struct NextValueExpr
21582158
*/
21592159
typedef struct RownumExpr
21602160
{
2161+
pg_node_attr(no_query_jumble)
21612162
Expr xpr;
21622163
ParseLoc location; /* token location, or -1 if unknown */
21632164
} RownumExpr;

0 commit comments

Comments
 (0)