PATCH: Attempt to make dbsize a bit more consistent

Поиск
Список
Период
Сортировка
От gkokolatos@pm.me
Тема PATCH: Attempt to make dbsize a bit more consistent
Дата
Msg-id svffVJPtfDYEIISNS-3FQs64CauSul3RjF7idXOfy4H40YBVwB3TMumHb6WoAElJpHOsN-j8fjxYohEt4VxcsJ0Qd9gizwzsY3rjgtjj440=@pm.me
обсуждение исходный текст
Ответы Re: PATCH: Attempt to make dbsize a bit more consistent  (John Naylor <john.naylor@2ndquadrant.com>)
Re: PATCH: Attempt to make dbsize a bit more consistent  (David Zhang <david.zhang@highgo.ca>)
Список pgsql-hackers
Hi all,

this minor patch is attempting to force the use of the tableam api in dbsize where ever it is required.

Apparently something similar was introduced for toast relations only. Intuitively it seems that the distinction between
atable and a toast table is not needed. This patch treats tables, toast tables and materialized views equally. 

Regards,
//Georgios
Вложения

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

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Re: Please help for error ( file is required for XML support )
Следующее
От: Robert Haas
Дата:
Сообщение: Re: factorial function/phase out postfix operators?