pgsql: Fix configure executable permissions.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix configure executable permissions.
Date: 2022-07-18 01:52:32
Message-ID: E1oDFvz-00025K-T5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix configure executable permissions.

I do not [yet] understand how, but my prior commit (089480c0770) accidentally
removed the exec bit from configure. I'll try to figure that out later, for
now re-add to unbreak the buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5050fe5458d16387728c0dd13eee9517fe4bce13

Modified Files
--------------
configure | 0
1 file changed, 0 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-07-18 01:52:33 pgsql: Mark all symbols exported from extension libraries PGDLLEXPORT.
Previous Message Andres Freund 2022-07-18 01:39:35 Re: pgsql: Default to hidden visibility for extension libraries where possi