aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuildbuffers.c
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:35:56 +0100
commit258ee1b635e43a37e901fd5f62bdd5f1087d65a5 (patch)
tree5f02ec49bed96b1178f9e598d082910e0d733e1a /src/backend/access/gist/gistbuildbuffers.c
parent9270d8db9a1cd6465e21215e6451b552995fcb08 (diff)
downloadpostgresql-258ee1b635e43a37e901fd5f62bdd5f1087d65a5.tar.gz
postgresql-258ee1b635e43a37e901fd5f62bdd5f1087d65a5.zip
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/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions