pgsql: Make gen_partprune_steps static

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make gen_partprune_steps static
Date: 2018-05-09 13:43:12
Message-ID: E1fGPNA-0003Td-Ac@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make gen_partprune_steps static

There's no need to export this function, so don't. Michaël didn't
actually write the patch, but we list him as first author because with a
trivial one like this, intellectual authorship is as important (if not
more) as bit shovelling.

Author: Michaël Paquier, Amit Langote
Discussion: https://postgr.es/m/c91299c4-199b-0f16-339b-a29d6d2a39ee@lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
src/backend/partitioning/partprune.c | 4 +++-
src/include/partitioning/partprune.h | 2 --
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-05-09 14:25:21 pgsql: Restrict vertical tightness to parentheses in Perl code
Previous Message Alvaro Herrera 2018-05-09 13:38:28 pgsql: Remove useless 'default' clause