diff options
| author | Alexander Korotkov <akorotkov@postgresql.org> | 2019-03-20 10:27:56 +0300 |
|---|---|---|
| committer | Alexander Korotkov <akorotkov@postgresql.org> | 2019-03-20 10:30:56 +0300 |
| commit | 641fde25233ef3ecc3b8101fe287eea9fceba6fd (patch) | |
| tree | 0636c079566c00b202858caf44fc921471b95595 /src/backend/storage | |
| parent | 1f39a1c0641531e0462a4822f2dba904c5d4d699 (diff) | |
Remove ambiguity for jsonb_path_match() and jsonb_path_exists()
There are 2-arguments and 4-arguments versions of jsonb_path_match() and
jsonb_path_exists(). But 4-arguments versions have optional 3rd and 4th
arguments, that leads to ambiguity. In the same time 2-arguments versions are
needed only for @@ and @? operators. So, rename 2-arguments versions to
remove the ambiguity.
Catversion is bumped.
Diffstat (limited to 'src/backend/storage')
0 files changed, 0 insertions, 0 deletions
