Fix usage of include_tables/exclude_tables in case of preloaded libraries.
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 7 Oct 2021 15:35:33 +0000 (18:35 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 7 Oct 2021 15:35:33 +0000 (18:35 +0300)
commit5a5cd9ec422c1d6ea1852ed94d03667ae0f6a3b3
tree0dbcbaa49a6ff7bd45273f3f4fb349b2535c1ef3
parent8a3373d267d4a224e4d7c26c4aef4f23056f9d7c
Fix usage of include_tables/exclude_tables in case of preloaded libraries.

Code makes a catalog search while process is not yet connected
to database and fails. Now catalog lookups are delayed until
system catalog is accessible. The idea was taken from plantuner module.
online_analyze.c