pgsql: Run autoheader to add a few missing #defines to pg_config.h.in.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Run autoheader to add a few missing #defines to pg_config.h.in.
Date: 2015-08-13 11:38:15
Message-ID: E1ZPqpr-00019v-CW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run autoheader to add a few missing #defines to pg_config.h.in.

These are emitted by the new ax_pthread.m4 script version. They are not
used for anything in PostgreSQL, but let's keep the generated header file
up-to-date.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36e863bbd42f5815cecbda2397950ea1ca36a81a

Modified Files
--------------
src/include/pg_config.h.in | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-08-13 11:38:20 Re: pgsql: Replace our hacked version of ax_pthread.m4 with latest upstream
Previous Message Michael Meskes 2015-08-13 11:26:49 pgsql: Fix declaration of isarray variable.