From 4338eed8c4e29f422e58279c8179181910c568a0 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 28 Jul 2023 22:06:03 +0300 Subject: [PATCH] Make it possible to grant self perfmissions to self created roles (#4821) ## Problem See: https://neondb.slack.com/archives/C04USJQNLD6/p1689973957908869 ## Summary of changes Bump Postgres version ## 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 --------- Co-authored-by: Konstantin Knizhnik --- vendor/postgres-v14 | 2 +- vendor/postgres-v15 | 2 +- vendor/revisions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index 12c5dc8281..ebedb34d01 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit 12c5dc8281d20b5bd636e1097eea80a7bc609591 +Subproject commit ebedb34d01c8ac9c31e8ea4628b9854103a1dc8f diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index e3fbfc4d14..1220c8a63f 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit e3fbfc4d143b2d3c3c1813ce747f8af35aa9405e +Subproject commit 1220c8a63f00101829f9222a5821fc084b4384c7 diff --git a/vendor/revisions.json b/vendor/revisions.json index 18da5900a8..f5d7428cd9 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,4 +1,4 @@ { - "postgres-v15": "e3fbfc4d143b2d3c3c1813ce747f8af35aa9405e", - "postgres-v14": "12c5dc8281d20b5bd636e1097eea80a7bc609591" + "postgres-v15": "1220c8a63f00101829f9222a5821fc084b4384c7", + "postgres-v14": "ebedb34d01c8ac9c31e8ea4628b9854103a1dc8f" }