postgres/src
Amit Kapila a932824dfe Pass Size as a 2nd argument for snprintf() in tablesync.c.
Previously the following snprintf() wrappers:

* ReplicationSlotNameForTablesync()
* ReplicationOriginNameForTablesync()

... used int as a second argument of snprintf() while the actual type of it
is size_t. Although it doesn't fail at present better replace it with Size
for consistency with the rest of the system.

Author: Aleksander Alekseev
Reviewed-By: Peter Smith
Discussion: https://postgr.es/m/CAHut%2BPsa8hhfSE6ozUK-ih7GkQziAVAf4f3bqiXEj2nQiu-43g%40mail.gmail.com
2022-09-21 10:20:37 +05:30
..
backend Pass Size as a 2nd argument for snprintf() in tablesync.c. 2022-09-21 10:20:37 +05:30
bin Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
common Simplify handling of compression level with compression specifications 2022-09-14 12:16:57 +09:00
fe_utils Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
include Pass Size as a 2nd argument for snprintf() in tablesync.c. 2022-09-21 10:20:37 +05:30
interfaces Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
makefiles aix: No need to use mkldexport when we want to export all symbols 2022-09-09 19:11:49 -07:00
pl Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
port Include c.h instead of postgres.h in src/port/*p{read,write}*.c 2022-09-17 09:21:59 -07:00
template Move darwin sysroot determination into separate file 2022-09-01 16:54:19 -07:00
test Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3c 2022-09-20 18:11:35 -07:00
timezone Consistently use named parameters in timezone code. 2022-09-19 15:13:42 -07:00
tools Fix trap in a few shell scripts 2022-09-20 18:50:16 +02:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Split TESTDIR into TESTLOGDIR and TESTDATADIR 2022-09-19 18:03:17 -07:00
Makefile.shlib aix: No need to use mkldexport when we want to export all symbols 2022-09-09 19:11:49 -07:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00