From bf46237fc22800625cf86578ca9027bdfa047d19 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 30 Mar 2023 22:07:19 +0300 Subject: [PATCH] Fix prefetch for parallel bitmap scan (#3875) ## Describe your changes Fix prefetch for parallel bitmap scan ## 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. --- 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 9fd9794436..757df1dab8 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit 9fd9794436d02fbfe68f8fca5beab218907cec41 +Subproject commit 757df1dab82f69bdf69469119420a0bbb307f992 diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 257aaefb25..f8a650e49b 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 257aaefb251c5c85c44652c01bf68c43db62748a +Subproject commit f8a650e49b06d39ad131b860117504044b01f312