pgindent run prior to branching
Branches
REL_11_STABLE
master
Details
---
https://git.postgresql.org/pg/commitdiff/1e9c8580904625576871eeb2efec7f04d4c3bc1c
Modified Files
--
contrib/postgres_fdw/postgres_fdw.c | 19 +-
src/backend/access/gin/gi
Stamp HEAD as 12devel
Let the hacking begin ...
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/feced1387f07c3fa6c47d36a68962750e6065486
Modified Files
--
configure| 18 +-
configure.in | 2 +-
Branch refs/heads/REL_11_STABLE was created.
View: https://git.postgresql.org/pg/shortlog/refs/heads/REL_11_STABLE
perltidy run prior to branching
Branches
REL_11_STABLE
master
Details
---
https://git.postgresql.org/pg/commitdiff/d8421390996dcd762383a28e57d1f3f16cc5f76f
Modified Files
--
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 5 -
src/test/ssl/ServerSetup.pm
Update typedefs list
Branches
REL_11_STABLE
master
Details
---
https://git.postgresql.org/pg/commitdiff/2c64d200484c40c1bfbd532bf140bea672f267a1
Modified Files
--
src/tools/pgindent/typedefs.list | 2 ++
1 file changed, 2 insertions(+)
Use optimized bitmap set function for membership test in postgres_fdw
Deparsing logic in postgres_fdw for locking, FROM clause (alias) and Var
(column qualification) does not need to know the exact number of members
involved, which can be calculated with bms_num_members(), but just if
there is mor