pgsql: Throw an error if a DATA() line contains wrong # of attributes.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Throw an error if a DATA() line contains wrong # of attributes.
Date: 2017-03-09 23:20:47
Message-ID: E1cm7MV-0005Dk-AS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Throw an error if a DATA() line contains wrong # of attributes.

David Christensen, reviewed by Dagfinn Ilmari Mannsåker

Discussion: http://postgr.es/m/20170215154018.fs5vwtqhp5d2sifs@veeddeux.attlocal.net

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7666e73a2e9e0e91a9f3b246a4299b44daadcbf8

Modified Files
--------------
src/backend/catalog/Catalog.pm | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-10 00:19:37 pgsql: Fix hard-coded relkind constants in pg_dump.c.
Previous Message Robert Haas 2017-03-09 22:49:23 pgsql: Use group updates when setting transaction status in clog.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-03-09 23:20:49 Re: [PATCH] Teach Catalog.pm how many attributes there should be per DATA() line
Previous Message Tels 2017-03-09 23:13:17 Re: [PATCH]: fix bug in SP-GiST box_ops