pgsql: Add missing "static" marker.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing "static" marker.
Date: 2015-05-10 03:39:41
Message-ID: E1YrI5d-0005iN-CA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing "static" marker.

Per buildfarm member pademelon.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c594c750789fd98a19dcdf974b87ba9833995cf5

Modified Files
--------------
src/backend/access/brin/brin_minmax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-10 18:36:45 pgsql: Code review for foreign/custom join pushdown patch.
Previous Message Stephen Frost 2015-05-09 18:46:33 pgsql: Correct reindexdb documentation