Simplify useless 0L constants
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 29 Mar 2023 06:25:12 +0000 (08:25 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 29 Mar 2023 06:25:12 +0000 (08:25 +0200)
commit0d15afc875f44bcb0adc244c4d9034023f99b609
tree14cfc606b326bd81d6855cb35fa52d3ed69f7849
parent062a8444242404242f7c2b814fed37b329639408
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.)
src/backend/access/transam/xlogarchive.c
src/backend/backup/backup_manifest.c
src/backend/commands/copyto.c
src/backend/commands/createas.c
src/backend/commands/explain.c
src/backend/commands/matview.c
src/backend/commands/portalcmds.c
src/backend/executor/nodeHashjoin.c
src/backend/storage/file/buffile.c
src/backend/tcop/pquery.c
src/backend/utils/sort/tuplestore.c