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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes.
Date: 2017-03-10 00:52:00
Message-ID: CAB7nPqTqJuJnD3y0KXf6kSfuNbcFJ_gDOi1uJQdK=nndvw0XtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Mar 10, 2017 at 8:20 AM, Robert Haas <rhaas(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-10 01:01:08 Re: Re: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes.
Previous Message Michael Paquier 2017-03-10 00:46:32 Re: [COMMITTERS] pgsql: Fix hard-coded relkind constants in pg_dump.c.

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-03-10 00:53:55 Re: contrib modules and relkind check
Previous Message George Papadrosou 2017-03-10 00:49:27 GSOC Introduction / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions