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-0006bY-D1@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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/351d9b7d4e2539de6dd6b948a5ba128f07032b0b

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.