Skip to content

Instantly share code, notes, and snippets.

@krk
Created June 27, 2017 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krk/1bdc272565c517b544e7224136a9a5ca to your computer and use it in GitHub Desktop.
Save krk/1bdc272565c517b544e7224136a9a5ca to your computer and use it in GitHub Desktop.
include/nodes/parsenodes.h
***************
*** 1006,1011 ****
--- 1006,1013 ----
/*
* These fields are used only in "leaf" SelectStmts.
*/
+ List *correspondingClause; /* NULL, list of CORRESPONDING BY exprs, or */ + /* lcons(NIL, NIL) for CORRESPONDING */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment