jsonapi: Use size_t
authorPeter Eisentraut
Fri, 21 Jun 2024 05:50:02 +0000 (07:50 +0200)
committerPeter Eisentraut
Fri, 21 Jun 2024 05:53:30 +0000 (07:53 +0200)
commit0b06bf9fa972e2964401622f1bb4c611dbe92bd5
tree9ad5f17e338e22d13219a5a9e970801ac646c6cc
parent7a089f6e6a14ca3a5dc8822c393c6620279968b9
jsonapi: Use size_t

Use size_t instead of int for object sizes in the jsonapi.  This makes
the API better self-documenting.

Reviewed-by: Andrew Dunstan
Discussion: https://www.postgresql.org/message-id/flat/f732b014-f614-4600-a437-dba5a2c3738b%40eisentraut.org
src/common/jsonapi.c
src/common/parse_manifest.c
src/include/common/jsonapi.h
src/include/common/parse_manifest.h