pgsql: Add missing #include.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing #include.
Date: 2014-03-14 15:47:19
Message-ID: E1WOUKN-0000Ri-Q7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing #include.

Commit 31400a673 and siblings added a check_stack_depth() call in
contrib/intarray/_int_bool.c, but neglected to note that in our oldest
branches that file didn't have the #include that defines that function.
This results in a fortunately-harmless compiler warning. Per buildfarm.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/810d6df0818dae0df98e54b1f52365ba00ace2b2

Modified Files
--------------
contrib/intarray/_int_bool.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-03-15 17:37:40 pgsql: Update time zone data files to tzdata release 2014a.
Previous Message Heikki Linnakangas 2014-03-14 14:11:01 pgsql: Fix race condition in B-tree page deletion.