Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
Date
Msg-id 11441.1558555067@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Responses Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
List pgsql-committers
=?UTF-8?Q?Fabr=C3=ADzio_de_Royes_Mello?= <fabriziomello@gmail.com> writes:
> There are some case I missed to force us to use pg_get_publication_tables
> SRF instead of use pg_publication_rel ??

pg_publication_rel isn't going to provide the correct expansion of
a FOR ALL TABLES publication, IIUC.

            regards, tom lane



pgsql-committers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.