pgsql: Add missing #include.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing #include.
Date: 2020-06-04 21:57:36
Message-ID: E1jgxrk-0002h7-0Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing #include.

Oversight in b2c64f571 (the later branches already have this).
Per buildfarm.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9a9ba4c4d84ec149596f21472cdf632ced8bcd8e

Modified Files
--------------
src/include/utils/date.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-06-05 01:33:09 pgsql: Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Previous Message Tom Lane 2020-06-04 20:42:42 pgsql: Reject "23:59:60.nnn" in datetime input.