Re: [PATCH] Teach Catalog.pm how many attributes there should be per DATA() line
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: David Christensen <david@endpoint.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-03-09T23:20:49Z
Lists: pgsql-hackers
On Mon, Mar 6, 2017 at 11:37 AM, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > David Christensen <david@endpoint.com> writes: >>> Hi David, >>> >>> Here's a review of your patch. >> >> Hi Ilmari, thanks for your time and review. I’m fine with the revised version. > > Okay, I've marked the patch as Ready For Committer. Committed. Hopefully this doesn't contain any Perl bits that are sufficiently new as to cause problems for our older BF members ... I guess we'll see. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix portability problem in Catalog.pm.
- 15bb93e28e49 10.0 landed
-
Throw an error if a DATA() line contains wrong # of attributes.
- 7666e73a2e9e 10.0 landed