aboutsummaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython/sql
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2022-09-21 10:20:37 +0530
committerAmit Kapila <akapila@postgresql.org>2022-09-21 10:20:37 +0530
commita932824dfe068f563e9abb9264f6e071f23e67ae (patch)
tree8dd6e33ddccd7ae4ec326d4a8b2a962cf86caa8d /contrib/jsonb_plpython/sql
parent6971a839ccdf1131ddf1fa2fa405cba43cd68608 (diff)
downloadpostgresql-a932824dfe068f563e9abb9264f6e071f23e67ae.tar.gz
postgresql-a932824dfe068f563e9abb9264f6e071f23e67ae.zip
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
Diffstat (limited to 'contrib/jsonb_plpython/sql')
0 files changed, 0 insertions, 0 deletions