| From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Use "foo(void)" for definitions of functions with no parameters. |
| Date: | 2025-12-03 16:56:09 |
| Message-ID: | E1vQq9B-002ca9-0D@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Use "foo(void)" for definitions of functions with no parameters.
Standard practice in PostgreSQL is to use "foo(void)" instead of
"foo()", as the latter looks like an "old-style" function
declaration. Similar changes were made in commits cdf4b9aff2,
0e72b9d440, 7069dbcc31, f1283ed6cc, 7b66e2c086, e95126cf04, and
9f7c527af3.
Author: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Reviewed-by: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
Discussion: https://postgr.es/m/aTBObQPg%2Bps5I7vl%40ip-10-97-1-34.eu-west-3.compute.internal
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9b05e2ec08a3d174accb2a9e1c59e52e94799acc
Modified Files
--------------
src/backend/access/common/heaptuple.c | 2 +-
src/backend/access/index/genam.c | 2 +-
src/backend/replication/logical/applyparallelworker.c | 2 +-
src/backend/replication/logical/sequencesync.c | 2 +-
src/backend/replication/logical/slotsync.c | 2 +-
src/backend/replication/logical/tablesync.c | 2 +-
src/backend/replication/logical/worker.c | 4 ++--
src/backend/utils/adt/uuid.c | 4 ++--
src/bin/pg_basebackup/pg_createsubscriber.c | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2025-12-03 17:17:15 | pgsql: Set next multixid's offset when creating a new multixid |
| Previous Message | Álvaro Herrera | 2025-12-03 15:37:29 | pgsql: Put back alternative-output expected files |