pgsql: Keep rd_newRelfilenodeSubid across overflow.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Keep rd_newRelfilenodeSubid across overflow.
Date: 2012-12-24 16:45:56
Message-ID: E1TnBA4-00063K-1t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Keep rd_newRelfilenodeSubid across overflow.
Teach RelationCacheInvalidate() to keep rd_newRelfilenodeSubid across rel cache
message overflows, so that behaviour is now fully deterministic.

Noah Misch

Branch
------
master

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

Modified Files
--------------
src/backend/utils/cache/relcache.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-12-24 17:09:04 pgsql: Update comments on rd_newRelfilenodeSubid.
Previous Message Simon Riggs 2012-12-24 16:26:52 pgsql: Fix more weird compiler messages caused