git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 9270d8d) | patch
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Sun, 6 Sep 2015 01:04:37 +0000 (02:04 +0100)
Sun, 6 Sep 2015 02:35:56 +0000 (03:35 +0100)
commit 258ee1b635e43a37e901fd5f62bdd5f1087d65a5
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
src/backend/utils/adt/datetime.c diff | blob | blame | history
src/backend/utils/adt/timestamp.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /