@ -2776,10 +2776,10 @@ typedef struct SecLabelStmt
# define CURSOR_OPT_INSENSITIVE 0x0008 /* INSENSITIVE */
# define CURSOR_OPT_INSENSITIVE 0x0008 /* INSENSITIVE */
# define CURSOR_OPT_HOLD 0x0010 /* WITH HOLD */
# define CURSOR_OPT_HOLD 0x0010 /* WITH HOLD */
/* these planner-control flags do not correspond to any SQL grammar: */
/* these planner-control flags do not correspond to any SQL grammar: */
# define CURSOR_OPT_FAST_PLAN 0x002 0 /* prefer fast-start plan */
# define CURSOR_OPT_FAST_PLAN 0x01 00 /* prefer fast-start plan */
# define CURSOR_OPT_GENERIC_PLAN 0x004 0 /* force use of generic plan */
# define CURSOR_OPT_GENERIC_PLAN 0x02 00 /* force use of generic plan */
# define CURSOR_OPT_CUSTOM_PLAN 0x008 0 /* force use of custom plan */
# define CURSOR_OPT_CUSTOM_PLAN 0x04 00 /* force use of custom plan */
# define CURSOR_OPT_PARALLEL_OK 0x01 00 /* parallel mode OK */
# define CURSOR_OPT_PARALLEL_OK 0x08 00 /* parallel mode OK */
typedef struct DeclareCursorStmt
typedef struct DeclareCursorStmt
{
{