From bfee4127014022a43bd85bccb562ed4bc62dc075 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 7 Apr 2023 14:26:21 +0300 Subject: [PATCH] Trigger tests for index scan implementation (#3968) ## Describe your changes ## Issue ticket number and link ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist --- vendor/postgres-v14 | 2 +- vendor/postgres-v15 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index 757df1dab8..3e70693c91 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit 757df1dab82f69bdf69469119420a0bbb307f992 +Subproject commit 3e70693c9178878404d14a61c96b15b74eb02688 diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index f8a650e49b..4ad87b0f36 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit f8a650e49b06d39ad131b860117504044b01f312 +Subproject commit 4ad87b0f364a2313600c1d9774ca33df00e606f4