Make calls to to_regclass fully schema qualified.
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 8 Apr 2018 10:18:36 +0000 (19:18 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 8 Apr 2018 10:18:36 +0000 (19:18 +0900)
commit0616c4f5de9e87ce4bc37827ac008c709e328d5d
treea7e8d2f6f6b5cda9488b927421fe2764bcc06d2a
parent6e7a68c1c73d8a9a7847ab73cb3cecdfbed0f90c
Make calls to to_regclass fully schema qualified.

This is always recommended way.
src/include/protocol/protocol_defs.h
src/protocol/pool_process_query.c
src/utils/pool_select_walker.c