pgsql: Initialize cached OID to Invalid in new hash entries

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Initialize cached OID to Invalid in new hash entries
Date: 2013-08-27 18:56:51
Message-ID: E1VEORf-0006LC-SY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Initialize cached OID to Invalid in new hash entries

Andres Freund; bug detected by valgrind

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e246cfc95f020b5fcb20a1fb946efe77113edf00

Modified Files
--------------
src/backend/utils/cache/relfilenodemap.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-08-28 07:00:21 pgsql: Accept multiple -I, -P, -T and -n options in pg_restore.
Previous Message Alvaro Herrera 2013-08-27 17:34:18 pgsql: Fix some "translator:" comments mangled by pgindent