pgsql: Add missing "static" markers.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing "static" markers.
Date: 2018-01-25 19:32:34
Message-ID: E1eenGE-0002VG-15@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing "static" markers.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb415675d8ab6e776321a96f9c0e77c12fda96ea

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 2 +-
src/bin/pg_dump/pg_dump.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-01-25 20:27:29 pgsql: Support --no-comments in pg_dump, pg_dumpall, pg_restore.
Previous Message Tom Lane 2018-01-25 19:26:29 pgsql: Clean up some aspects of pg_dump/pg_restore item-selection logic