From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Simplify useless 0L constants |
Date: | 2023-03-29 06:25:50 |
Message-ID: | E1phPFl-000H61-Ly@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Simplify useless 0L constants
In ancient times, these belonged to arguments or fields that were
actually of type long, but now they are not anymore, so this "L"
decoration is just confusing. (Some other 0L and other "L" constants
remain, where they are actually associated with a long type.)
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0d15afc875f44bcb0adc244c4d9034023f99b609
Modified Files
--------------
src/backend/access/transam/xlogarchive.c | 2 +-
src/backend/backup/backup_manifest.c | 2 +-
src/backend/commands/copyto.c | 2 +-
src/backend/commands/createas.c | 2 +-
src/backend/commands/explain.c | 2 +-
src/backend/commands/matview.c | 2 +-
src/backend/commands/portalcmds.c | 2 +-
src/backend/executor/nodeHashjoin.c | 4 ++--
src/backend/storage/file/buffile.c | 6 +++---
src/backend/tcop/pquery.c | 2 +-
src/backend/utils/sort/tuplestore.c | 4 ++--
11 files changed, 15 insertions(+), 15 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2023-03-29 07:47:10 | pgsql: Move definition of standard collations from initdb to pg_collati |
Previous Message | Amit Kapila | 2023-03-29 05:38:08 | pgsql: Avoid syncing data twice for the 'publish_via_partition_root' op |