pgsql: Improve gendef.pl diagnostic on failure to open sym file

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve gendef.pl diagnostic on failure to open sym file
Date: 2017-10-26 14:18:26
Message-ID: E1e7izK-0006bd-DL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve gendef.pl diagnostic on failure to open sym file

There have been numerous buildfarm failures but the diagnostic is
currently silent about the reason for failure to open the file. Let's
see if we can get to the bottom of it.

Backpatch to all live branches.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0cf721244a819cbd67b2bc0a8c8a97adcb53944e

Modified Files
--------------
src/tools/msvc/gendef.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-26 16:17:54 pgsql: Make setrefs.c match by ressortgroupref even for plain Vars.
Previous Message Andrew Dunstan 2017-10-26 12:23:12 pgsql: Undo inadvertent change in capitalization in commit 18fc4ec.