Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: Fix contrib/pgstattuple and contrib/pageinspect to prevent


  • From: tgl(at)postgresql(dot)org (Tom Lane)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: Fix contrib/pgstattuple and contrib/pageinspect to prevent
  • Date: Tue, 31 Mar 2009 22:54:52 +0000 (UTC)
  • Message-id: <20090331225452.36ACB754ADE@cvs.postgresql.org> <text/plain>

Log Message:
-----------
Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read
temporary tables of other sessions; that is unsafe because of the way our
buffer management works.  Per report from Stuart Bishop.
This is redundant with the bufmgr.c checks in HEAD, but not at all redundant
in the back branches.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib/pageinspect:
        btreefuncs.c (r1.6 -> r1.6.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pageinspect/btreefuncs.c?r1=1.6&r2=1.6.2.1)
        rawpage.c (r1.4 -> r1.4.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pageinspect/rawpage.c?r1=1.4&r2=1.4.2.1)
    pgsql/contrib/pgstattuple:
        pgstatindex.c (r1.8 -> r1.8.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstatindex.c?r1=1.8&r2=1.8.2.1)
        pgstattuple.c (r1.32 -> r1.32.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.32&r2=1.32.2.1)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group