OSDN Git Service

Fix debug level check in restrict_indexes
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 19 Jan 2022 05:56:23 +0000 (14:56 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 19 Jan 2022 05:56:23 +0000 (14:56 +0900)
commit7d53b124d4b2235dc933d1d925350319e081c1bf
tree241e7126e61b15db0141dff1e8f9a938b18afde2
parent4ffa97e5d239467ee6d0a94d32355e984cfd77a2
Fix debug level check in restrict_indexes

The debug logging code blocks in the function are inconsistent about
debug level.  Fix the conditions so that they work for the same debug
levels.
pg_hint_plan.c