postgresql/src/backend
Thomas Munro 5794491058 Avoid shadowing a variable in sync.c.
It was confusing to reuse the variable name 'entry' in two scopes.
Use distinct variable names.

Reported-by: Ranier Vilela <ranier.vf@gmail.com>
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/CAEudQArDrFyQ15Am3rgWBunGBVZFDb90onTS8SRiFAWHeiLiFA%40mail.gmail.com
2022-07-15 00:06:32 +12:00
..
access Add checkpoint and REDO LSN to log_checkpoints message. 2022-07-07 22:37:54 +09:00
bootstrap Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
catalog Use list_copy_head() instead of list_truncate(list_copy(...), ...) 2022-07-13 15:03:47 +12:00
commands Allow specifying STORAGE attribute for a new table 2022-07-13 12:21:45 +02:00
executor Remove useless assertions 2022-07-13 11:43:40 +02:00
foreign Create routine able to set single-call SRFs for Materialize mode 2022-03-07 10:26:29 +09:00
jit Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
lib Fix lock assertions in dshash.c. 2022-07-11 16:43:29 +12:00
libpq Remove HP-UX port. 2022-07-08 14:05:05 +12:00
main Remove support for Visual Studio 2013 2022-07-14 11:22:49 +09:00
nodes Remove artificial restrictions on which node types have out/read funcs. 2022-07-13 11:48:17 -04:00
optimizer Remove support for Visual Studio 2013 2022-07-14 11:22:49 +09:00
parser Allow specifying STORAGE attribute for a new table 2022-07-13 12:21:45 +02:00
partitioning Small cleanup of create_list_bounds() 2022-07-13 17:01:01 +12:00
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
port Remove HP-UX port. 2022-07-08 14:05:05 +12:00
postmaster Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
regex Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
replication Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
rewrite Fix incautious CTE matching in rewriteSearchAndCycle(). 2022-04-23 12:16:12 -04:00
snowball Update copyright for 2022 2022-01-07 19:04:57 -05:00
statistics Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
storage Avoid shadowing a variable in sync.c. 2022-07-15 00:06:32 +12:00
tcop Remove HP/Intel Itanium support. 2022-07-08 14:14:57 +12:00
tsearch Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
utils Create a distinct wait event for POSIX DSM allocation. 2022-07-14 23:56:28 +12:00
.gitignore
Makefile Automatically generate node support functions 2022-07-09 08:53:59 +02:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00