]> git.ipfire.org Git - thirdparty/postgresql.git/commit
postgres_fdw: Fix whitespace violation in connection.c
authorFujii Masao <fujii@postgresql.org>
Thu, 28 May 2026 12:53:26 +0000 (21:53 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 28 May 2026 12:53:26 +0000 (21:53 +0900)
commitaf23353a73d5b890181f8fc3d2c20ff35b655af0
treeaef7bd76171fd124b3e0f218f8d743da8026c0ae
parent8a86aa313a714adc56c74e4b08793e4e6102b5ca
postgres_fdw: Fix whitespace violation in connection.c

Previously a continuation line in the call to libpqsrv_connect_params_start()
in postgres_fdw/connection.c was indented with spaces, violating
the PostgreSQL project's whitespace rules for C files and triggering
git show --check.

This commit reformats the code to avoid that layout and use indentation
consistent with project style. No functional change.

Reported-by: Peter Eisentraut <peter@eisentraut.org>
Author: Chao Li <lic@highgo.com>
Author: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/2620a664-7b44-48b2-9aa8-5f0131702d9c@eisentraut.org
contrib/postgres_fdw/connection.c