Re: Removing useless \. at the end of copy in pgbench - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Removing useless \. at the end of copy in pgbench
Date
Msg-id 20180829144509.arxtd3m7brtnfppz@alvherre.pgsql
Whole thread Raw
In response to Re: Removing useless \. at the end of copy in pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On 2018-Aug-29, Fabien COELHO wrote:

> The "may" is because I could *not* test: I could not run a 8.2 on my laptop,
> "initdb" fails on:
> 
>  creating template1 database in <...>/src/test/regress/./tmp_check/data/base/1 ... ok
>  initializing pg_authid ... FATAL:  wrong number of index expressions
>  STATEMENT:  CREATE TRIGGER pg_sync_pg_database   AFTER INSERT OR UPDATE OR DELETE ON pg_database   FOR EACH
STATEMENTEXECUTE PROCEDURE flatfile_update_trigger();
 

Yeah, that's a problem when compiling 8.2 and 8.3 with newer gcc.  If
you grab the copy from git, it has only one commit after the 8.2.23 tag
and that one fixes this problem.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: Removing useless \. at the end of copy in pgbench
Next
From: Peter Eisentraut
Date:
Subject: Re: some pg_dump query code simplification