postgresql/src/backend
Peter Eisentraut cbdf75bf80 Remove useless casts
Casting the argument of strVal() to (Value *) is useless, since
strVal() already does that.

Most code didn't do that anyway; this was apparently just a style that
snuck into certain files.

Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/5ba6bc5b-3f95-04f2-2419-f8ddb4c046fb@enterprisedb.com
2021-09-09 08:36:52 +02:00
..
access Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
bootstrap Fix bogus assertion in BootstrapModeMain(). 2021-08-09 08:28:53 -07:00
catalog Remove useless casts 2021-09-09 08:36:52 +02:00
commands Remove useless casts 2021-09-09 08:36:52 +02:00
executor Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
lib Fix typo in comment 2021-04-20 14:35:16 +02:00
libpq Fix incorrect format placeholders 2021-09-08 08:57:05 +02:00
main process startup: Centralize pgwin32_signal_initialize() calls. 2021-08-05 12:36:06 -07:00
nodes Add PublicationTable and PublicationRelInfo structs 2021-09-06 14:24:50 -03:00
optimizer Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
parser Disable anonymous record hash support except in special cases 2021-09-08 09:55:04 +02:00
partitioning Allow ordered partition scans in more cases 2021-08-03 12:25:52 +12:00
po Translation updates 2021-06-21 12:33:50 +02:00
port Make EXEC_BACKEND more convenient on macOS. 2021-08-13 11:09:00 +12:00
postmaster Introduce GUC shared_memory_size 2021-09-08 12:02:30 +09:00
regex Doc: add a little about LACON execution to src/backend/regex/README. 2021-08-29 12:48:49 -04:00
replication Log new catalog xmin candidate in LogicalIncreaseXminForSlot(). 2021-09-07 08:07:11 +05:30
rewrite Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 2021-09-08 12:05:47 -04:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
storage Fix compilation warning in ipci.c 2021-09-08 14:22:52 +09:00
tcop process startup: Always call Init[Auxiliary]Process() before BaseInit(). 2021-08-05 15:36:59 -07:00
tsearch Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
utils Make shared_memory_size a preset option 2021-09-09 09:57:28 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00