pgsql: Remove enum-related special cases for catalog scans.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Remove enum-related special cases for catalog scans.
Дата
Msg-id E1YnXzb-00009P-R2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove enum-related special cases for catalog scans.

When this code was written, catalog scans were normally performed using
SnapshotNow, making special handling necessary here.  Now, however, all
catalog scans use MVCC snapshots, so we can change these cases to look
more like what we do for catalog scans elsewhere in the code.

Per discussion with Tom Lane and a reminder from Bruce Momjian.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b6a0ce5f060315f900de7b398d5197a2e42f2f2

Modified Files
--------------
src/backend/utils/adt/enum.c |   15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Introduce replication progress tracking infrastructure.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Update .gitignore for new rmgr, changed paths.