diff options
author | Magnus Hagander <magnus@hagander.net> | 2012-01-19 14:19:20 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2012-01-19 14:19:20 +0100 |
commit | 4f42b546fd87a80be30c53a0f2c897acb826ad52 (patch) | |
tree | e0831a3ac1373da87d1dd7e8c75071448e797141 /src/backend/access/gist/gist.c | |
parent | fa352d662e57fa150158b9cb0a8f127250f8c97f (diff) | |
download | postgresql-4f42b546fd87a80be30c53a0f2c897acb826ad52.tar.gz postgresql-4f42b546fd87a80be30c53a0f2c897acb826ad52.zip |
Separate state from query string in pg_stat_activity
This separates the state (running/idle/idleintransaction etc) into
it's own field ("state"), and leaves the query field containing just
query text.
The query text will now mean "current query" when a query is running
and "last query" in other states. Accordingly,the field has been
renamed from current_query to query.
Since backwards compatibility was broken anyway to make that, the procpid
field has also been renamed to pid - along with the same field in
pg_stat_replication for consistency.
Scott Mead and Magnus Hagander, review work from Greg Smith
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions