pgsql: Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Date: 2014-04-03 20:57:58
Message-ID: E1WVohy-0002Mo-OY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-03 21:10:46 Re: [COMMITTERS] pgsql: Add ALTER TABLESPACE ... MOVE command
Previous Message Alvaro Herrera 2014-04-03 19:14:32 Re: [COMMITTERS] pgsql: Add ALTER TABLESPACE ... MOVE command