agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
From: Fujii Masao <fujii@postgresql.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: postgres_fdw: Mark statistics import helpers as static
Date: Fri, 10 Jul 2026 11:37:56 +0000
Message-ID: <E1wi9YK-000RMZ-14@gemulon.postgresql.org> (raw)

postgres_fdw: Mark statistics import helpers as static

The set_*_arg helper functions in postgres_fdw.c are declared
static, but their definitions omitted the static keyword. Add it to
make their file-local scope explicit and keep the declarations and
definitions consistent.

Also fix a couple of nearby comment typos.

This is a followup to commit 54cd6fc8317.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Etsuro Fujita <etsuro.fujita@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwGjcQ4SwHMUQ9P8UYQ7iLKL1QE3uLSdONToQ1MrzpUUoQ@mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/701f021b680ec33a799022d31b574fbcd618a40f

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c      | 12 ++++++------
src/backend/statistics/attribute_stats.c |  2 +-
src/backend/statistics/relation_stats.c  |  2 +-
3 files changed, 8 insertions(+), 8 deletions(-)



view thread (2+ messages)  latest in thread

Message-ID: <E1wi9YK-000RMZ-14@gemulon.postgresql.org>
Permalink:  ../E1wi9YK-000RMZ-14@gemulon.postgresql.org/
Also on:    postgresql.org/message-id/E1wi9YK-000RMZ-14@gemulon.postgresql.org

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-committers@postgresql.org
  Cc: fujii@postgresql.org, pgsql-committers@lists.postgresql.org
  Subject: Re: pgsql: postgres_fdw: Mark statistics import helpers as static
  In-Reply-To: <E1wi9YK-000RMZ-14@gemulon.postgresql.org>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox