pgsql: Simplify useless 0L constants - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Simplify useless 0L constants
Date
Msg-id E1phPFl-000H61-Ly@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Avoid syncing data twice for the 'publish_via_partition_root' op
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move definition of standard collations from initdb to pg_collati