pgsql: Keep rd_newRelfilenodeSubid across overflow.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Keep rd_newRelfilenodeSubid across overflow.
Дата
Msg-id E1TnBA4-00063K-1t@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix more weird compiler messages caused
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Update comments on rd_newRelfilenodeSubid.