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:37:18 +0000 (14:37 +0900)
commit6d17384447fbe770ae853c979eb9b41360d3efcc
tree8bfca3e8633926b74500145ee9e990ae4d2ea105
parentca3466aec09c31e690084b32d088657be9a94e39
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