Fix a query passed to relcache so that it uses schema qualified table name.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 8 Nov 2018 05:37:18 +0000 (14:37 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 8 Nov 2018 05:41:42 +0000 (14:41 +0900)
commitfe23abdf116bba7d3547147c55b2659d0761775b
treeef85b5209262312d1bcf0bb675cda71bc5905408
parentb6dd79bd2cdf689dae5faaab478e4771064e2200
Fix a query passed to relcache so that it uses schema qualified table name.

This should have been done for all similar queries to follow PostgreSQL's schema usage pattern.
However there was one missed at that time.
src/utils/pool_select_walker.c