pgsql-server: Tighened up syntax checking of array input processing - Mailing list pgsql-committers

From joe@svr1.postgresql.org (Joe Conway)
Subject pgsql-server: Tighened up syntax checking of array input processing
Date
Msg-id 20040808050210.940955E37CF@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tighened up syntax checking of array input processing considerably. Junk that
was previously allowed in odd places with odd results now causes an ERROR.
Also changed behavior with respect to whitespace -- trailing whitespace is
now ignored as well as leading whitespace (which has always been ignored).

Documentation updated to reflect change in whitespace handling. Also some
refactoring to what I believe is a more sensible order of several paragraphs.

Modified Files:
--------------
    pgsql-server/doc/src/sgml:
        array.sgml (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/array.sgml.diff?r1=1.36&r2=1.37)
    pgsql-server/src/backend/utils/adt:
        arrayfuncs.c (r1.106 -> r1.107)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/arrayfuncs.c.diff?r1=1.106&r2=1.107)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Another zic cleanup .
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Adjust defines to be consistent.