Rename argument in pg_get_process_memory_contexts().
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 8 Apr 2025 21:09:13 +0000 (23:09 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 8 Apr 2025 21:09:13 +0000 (23:09 +0200)
commitc57971034e69ca5705ac2be893a80ea82aca978b
tree37ec7ef3a5779ecb58dbd88cc483d5c8087af0ed
parent8969194b73dbc9642a0302225f686f9febd95c90
Rename argument in pg_get_process_memory_contexts().

During development the third argument to pg_get_process_memory_contexts
was a retry count, but it was changed to a timeout instead.  The param
name was accidentally left in pg_proc.dat though.  Fix by renaming to
the correct parameter name.

Author: Fujii Masao <masao.fujii@oss.nttdata.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/3eb40b3e-45c7-426a-b7f8-81f7d05a9b53@oss.nttdata.com
src/include/catalog/pg_proc.dat