get_relation_stats_hook() - Mailing list pgsql-hackers

From Simon Riggs
Subject get_relation_stats_hook()
Date
Msg-id 1214490037.3845.136.camel@ebony.site
Whole thread Raw
Responses Re: get_relation_stats_hook()  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: get_relation_stats_hook()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Currently we have a plugin capability for get_relation_info_hook(), but
no corresponding capability for statistics info.

So, all calls to SearchSysCache would be replaced with a call to
get_relation_info_hook(), if present.

Any objections, thoughts?

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Jeff McKenna
Date:
Subject: Re: MSVC 2003 compile error with pg8.3.3
Next
From: Mark Mielke
Date:
Subject: Re: plpgsql: Is ELSE IF supported or not?