postgresql/contrib/postgres_fdw
David Rowley bbfdf7180d Fix bug in translate_col_privs_multilevel
Fix incorrect code which was trying to convert a Bitmapset of columns at
the attnums according to a parent table and transform them into the
equivalent Bitmapset with same attnums according to the given child table.
This code is new as of a61b1f748 and was failing to do the correct
translation when there was an intermediate parent table between 'rel' and
'top_parent_rel'.

Reported-by: Ranier Vilela
Author: Richard Guo, Amit Langote
Discussion: https://postgr.es/m/CAEudQArohfB_Gy%2BhcH2-bANUkxgjJiP%3DABq01_LgTNTbcNijag%40mail.gmail.com
2022-12-24 00:58:34 +13:00
..
expected Fix bug in translate_col_privs_multilevel 2022-12-24 00:58:34 +13:00
sql Fix bug in translate_col_privs_multilevel 2022-12-24 00:58:34 +13:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
connection.c Rename SetSingleFuncCall() to InitMaterializedSRF() 2022-10-18 10:22:35 +09:00
deparse.c Fix final warnings produced by -Wshadow=compatible-local 2022-10-07 13:13:27 +13:00
meson.build Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
option.c Adjust assorted hint messages that list all valid options. 2022-09-16 14:53:12 +02:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Allow batching of inserts during cross-partition updates. 2022-12-20 19:05:00 +09:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h Harmonize parameter names in contrib code. 2022-09-22 13:59:20 -07:00
shippable.c Update copyright for 2022 2022-01-07 19:04:57 -05:00