aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-09-16 12:52:30 +0900
committerFujii Masao <fujii@postgresql.org>2021-09-16 12:52:30 +0900
commit64a62ebeeb84af2a51b963a1737f804a0fed4246 (patch)
tree247ad7a335e51eef1f2ca215f3877414b9803280 /src/backend/tcop/postgres.c
parent0c39c292077ef3ba987ced0dc6ea1c8f4f1e1f4b (diff)
downloadpostgresql-64a62ebeeb84af2a51b963a1737f804a0fed4246.tar.gz
postgresql-64a62ebeeb84af2a51b963a1737f804a0fed4246.zip
Use int instead of size_t in procarray.c.
All size_t variables declared in procarray.c are actually int ones. Let's use int instead of size_t for those variables. Which would reduce Wsign-compare compiler warnings. Back-patch to v14 where commit 941697c3c1 added size_t variables in procarray.c, to make future back-patching easy though this patch is classified as refactoring only. Reported-by: Ranier Vilela Author: Ranier Vilela, Aleksander Alekseev https://postgr.es/m/CAEudQAqyoTZC670xWi6w-Oe2_Bk1bfu2JzXz6xRfiOUzm7xbyQ@mail.gmail.com
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions