PATCH: Attempt to make dbsize a bit more consistent - Mailing list pgsql-hackers

From gkokolatos@pm.me
Subject PATCH: Attempt to make dbsize a bit more consistent
Date
Msg-id svffVJPtfDYEIISNS-3FQs64CauSul3RjF7idXOfy4H40YBVwB3TMumHb6WoAElJpHOsN-j8fjxYohEt4VxcsJ0Qd9gizwzsY3rjgtjj440=@pm.me
Whole thread Raw
Responses 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>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: Please help for error ( file is required for XML support )
Next
From: Robert Haas
Date:
Subject: Re: factorial function/phase out postfix operators?