pgsql: Keep rd_newRelfilenodeSubid across overflow. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Keep rd_newRelfilenodeSubid across overflow.
Date
Msg-id E1TnBA4-00063K-1t@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Fix more weird compiler messages caused
Next
From: Simon Riggs
Date:
Subject: pgsql: Update comments on rd_newRelfilenodeSubid.