Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc579710

Browse files
Rename argument in pg_get_process_memory_contexts().
During development the third argument to pg_get_process_memory_contextswas a retry count, but it was changed to a timeout instead. The paramname was accidentally left in pg_proc.dat though. Fix by renaming tothe 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
1 parent8969194 commitc579710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/catalog/pg_proc.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8578,7 +8578,7 @@
85788578
prorettype => 'record', proargtypes => 'int4 bool float8',
85798579
proallargtypes => '{int4,bool,float8,text,text,text,_int4,int4,int8,int8,int8,int8,int8,int4,timestamptz}',
85808580
proargmodes => '{i,i,i,o,o,o,o,o,o,o,o,o,o,o,o}',
8581-
proargnames => '{pid, summary,retries, name, ident, type, path, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes, num_agg_contexts, stats_timestamp}',
8581+
proargnames => '{pid, summary,timeout, name, ident, type, path, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes, num_agg_contexts, stats_timestamp}',
85828582
prosrc => 'pg_get_process_memory_contexts' },
85838583

85848584
# non-persistent series generator

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp