check_postgres
check_postgres copied to clipboard
check_postgres_sequence errors with "cannot access temporary tables of other sessions
ID: 97 Version: unspecified Date: 2012-01-06 20:59 EST Author: Ryan Kelly ([email protected])
check_postgres --command=sequence errors with:
ERROR: ERROR: cannot access temporary tables of other sessions
This is when run as the 'postgres' user.
uname -a
Linux prodsql 2.6.38-11-virtual #50-Ubuntu SMP Mon Sep 12 21:51:23 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
psql -c 'select version();'
PostgreSQL 9.0.5 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.5.real
(Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2, 64-bit
check_postgres --version
check_postgres version 2.18.0
Author: Ryan Kelly ([email protected]) Date: 2012-01-06 21:17:48 EST
See the pull request at: https://github.com/bucardo/check_postgres/pull/11
Author: Greg Sabino Mullane ([email protected]) Date: 2012-01-17 22:49:31 EST
Please verify that this is fixed in version 2.19.0
Author: Ryan Kelly ([email protected]) Date: 2012-01-17 23:03:07 EST
(In reply to comment 2)
Please verify that this is fixed in version 2.19.0
It is not fixed. I still receive the same message.