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

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



Michael Paquier <michael.paquier@gmail.com> writes:
> 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.

> dromedary is unhappy because of this commit, and it is using perl 5.10.0:

My RHEL6 workstation (5.10.1) is also completely broken by this.  Kindly
revert so I can get some work done.
        regards, tom lane