Re: [BUGS] BUG #5095: pg_statio_xxx_sequences does not work

2009-10-02 Thread Tom Lane
"Akira Kurosawa" writes: > This problem happens because "pgstat_info" was not initialized in the > function > "pgstat_initstats" when relkind = 'S'. (pgstat_info = NULL). Looks like my oversight :-(. Patch applied, thanks for the report! Interestingly, it seems that this causes nextval() to con

[BUGS] BUG #5095: pg_statio_xxx_sequences does not work

2009-10-02 Thread Akira Kurosawa
The following bug has been logged online: Bug reference: 5095 Logged by: Akira Kurosawa Email address: kurosawa-ak...@mxc.nes.nec.co.jp PostgreSQL version: 8.3.5, 8.4.1 Operating system: Red Hat EL 5 Description:pg_statio_xxx_sequences does not work Details: I found