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

Reply via email to