pgsql: Fix #include order in timestamp.c.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix #include order in timestamp.c.
Date: 2024-12-02 11:36:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix #include order in timestamp.c.

Oversight in 036bdcec9f.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33152358453cc46f986483e9f82418fb8ba8eaef

Modified Files
--------------
src/backend/utils/adt/timestamp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-12-02 11:39:54 pgsql: Add a planner support function for numeric generate_series().
Previous Message Peter Eisentraut 2024-12-02 07:26:20 pgsql: Fix error code for referential action RESTRICT