Re: [COMMITTERS] pgsql: Add some temporary code to record stack usage at server process

2016-07-09 Thread Tom Lane
Peter Eisentraut writes: > On 7/8/16 12:01 PM, Tom Lane wrote: >> Add some temporary code to record stack usage at server process exit. > In spite of the void cast, this is still warning > ipc.c:125: ignoring return value of ‘system’, declared with attribute > warn_unused_result [-Wunused-r

Re: [COMMITTERS] pgsql: Add some temporary code to record stack usage at server process

2016-07-09 Thread Peter Eisentraut
On 7/8/16 12:01 PM, Tom Lane wrote: Add some temporary code to record stack usage at server process exit. In spite of the void cast, this is still warning ipc.c:125: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] -- Peter Eisentraut

[COMMITTERS] pgsql: Add some temporary code to record stack usage at server process

2016-07-08 Thread Tom Lane
Add some temporary code to record stack usage at server process exit. This patch is meant to gather information from the buildfarm members, and will be reverted in a day or so. The idea is to try to find out the high-water stack consumption while running the regression tests, particularly on IA64