pgsql: Add missing "static" specifier.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing "static" specifier.
Date: 2015-10-03 14:59:50
Message-ID: E1ZiOHu-00032D-NJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing "static" specifier.

Per buildfarm (pademelon, at least, doesn't like this).

Branch
------
master

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

Modified Files
--------------
src/backend/executor/nodeGather.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-10-03 16:48:56 pgsql: Add CASCADE support for CREATE EXTENSION.
Previous Message Andres Freund 2015-10-03 13:30:51 pgsql: Improve errhint() about replication slot naming restrictions.