Re: Three animals fail test-decoding-check on REL_10_STABLE
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-01-11T14:48:02Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> Only gaur shows useful logs:
> SELECT 'init' FROM
> pg_create_logical_replication_slot('regression_slot',
> 'test_decoding');
> ! ERROR: could not access file "test_decoding": No such file or directory
> Does this mean it didn't build the test_decoding module?
I'm wondering if it built it but didn't install it, as a result of
some problem with
> bedda9fbb7 Mon Dec 31 21:57:57 2018 UTC Process EXTRA_INSTALL
> serially, during the first temp-install.
Will take a look later, but since gaur is so slow, it may be awhile
before I have any answers.
regards, tom lane
Commits
-
Fix up confusion over how to use EXTRA_INSTALL.
- f285f23970de 11.2 landed
- 10ab85254d28 10.7 landed