Re: Removing useless \. at the end of copy in pgbench

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Removing useless \. at the end of copy in pgbench
Date: 2018-08-29 14:45:09
Message-ID: 20180829144509.arxtd3m7brtnfppz@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 STATEMENT EXECUTE 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-08-29 14:54:47 Re: some pg_dump query code simplification
Previous Message Chapman Flack 2018-08-29 14:41:04 Re: Removing useless \. at the end of copy in pgbench