pgsql-server: Fix incorrect tracking of session authorization in the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix incorrect tracking of session authorization in the
Date: 2004-07-19 21:02:43
Message-ID: 20040719210243.2ECF2D1B366@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect tracking of session authorization in the presence of ACLs
that contain rights granted by non-owners. Per bug report from
Nishad Prakash.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql-server/src/bin/pg_dump:
pg_backup_archiver.c (r1.79.2.2 -> r1.79.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.79.2.2&r2=1.79.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-19 21:39:48 pgsql-server: Here is another patch that fixes a stack of pg_dump bugs:
Previous Message Tom Lane 2004-07-19 21:02:18 pgsql-server: Fix incorrect tracking of session authorization in the