[HACKERS] Re: [COMMITTERS] pgsql: Throw an error if a DATA() line containswrong # of attributes. - Mailing list pgsql-hackers

From Michael Paquier
Subject [HACKERS] Re: [COMMITTERS] pgsql: Throw an error if a DATA() line containswrong # of attributes.
Date
Msg-id CAB7nPqTqJuJnD3y0KXf6kSfuNbcFJ_gDOi1uJQdK=nndvw0XtQ@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Re: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Mar 10, 2017 at 8:20 AM, Robert Haas <rhaas@postgresql.org> wrote:
> 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

dromedary is unhappy because of this commit, and it is using perl 5.10.0:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2017-03-10%2000%3A03%3A34

Here are the details:
Can't locate object method "input_line_number" via package
"IO::Handle" at ../../../src/backend/catalog/Catalog.pm line 82,
<INPUT_FILE> line 148.
Can't locate object method "input_line_number" via package
"IO::Handle" at ../../../src/backend/catalog/Catalog.pm line 82,
<INPUT_FILE> line 148.
--
Michael



pgsql-hackers by date:

Previous
From: George Papadrosou
Date:
Subject: [HACKERS] GSOC Introduction / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] contrib modules and relkind check