summaryrefslogtreecommitdiff
path: root/src/backend/regex
diff options
context:
space:
mode:
authorGreg Stark <stark@mit.edu>2015-09-06 02:04:37 +0100
committerGreg Stark <stark@mit.edu>2015-09-06 03:58:27 +0100
commitdd04d43bfda7d4475819822dc92fcecfd8627b7b (patch)
treeecf467e5f8990d8dcd83087a31d1b0fb43f4442c /src/backend/regex
parente9bacfca442f828dec373ef4ed9bf6268ec38ed7 (diff)
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
RESERV. RESERV is meant for tokens like "now" and having them in that category throws errors like these when used as an input date: stark=# SELECT 'doy'::timestamptz; ERROR: unexpected dtype 33 while parsing timestamptz "doy" LINE 1: SELECT 'doy'::timestamptz; ^ stark=# SELECT 'dow'::timestamptz; ERROR: unexpected dtype 32 while parsing timestamptz "dow" LINE 1: SELECT 'dow'::timestamptz; ^ Found by LLVM's Libfuzzer
Diffstat (limited to 'src/backend/regex')
0 files changed, 0 insertions, 0 deletions