pgsql: Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Date
Msg-id E1WVohy-0002Mo-OY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.

Mostly, copy-edit the comments; but also fix it to not reject domains over
arrays.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/741364bf5caeeae79b83bbdba778805d286622ba

Modified Files
--------------
src/backend/parser/parse_func.c |   16 +++++++++-------
src/backend/utils/adt/varlena.c |   30 ++++++++++++++----------------
2 files changed, 23 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix documentation about joining pg_locks to other views.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix non-equivalence of VARIADIC and non-VARIADIC function call f