CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/03/16 17:47:14
Modified files:
src/backend/utils/adt: arrayfuncs.c
Log message:
Try to make array_in's behavior a tad less bizarre. Leading whitespace
before a data item is now always skipped, rather than only sometimes.
Backslashes not within double-quoted text are treated reasonably, as
are multiple sequences of quoted text in a single data item. But it
still seems rather prone to misbehavior if the input is not completely
syntactically correct --- in particular, garbage following a right brace
will be ignored.