postgresql/src/backend
Michael Paquier 643428c54b Fix inconsistent code with shared invalidations of snapshots
The code in charge of processing a single invalidation message has been
using since 568d413 the structure for relation mapping messages.  This
had fortunately no consequence as both locate the database ID at the
same location, but it could become a problem in the future if this area
of the code changes.

Author: Konstantin Knizhnik
Discussion: https://postgr.es/m/8044c223-4d3a-2cdb-42bf-29940840ce94@postgrespro.ru
Backpatch-through: 9.5
2020-12-28 22:16:49 +09:00
..
access Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
bootstrap Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
catalog Multirange datatypes 2020-12-20 07:20:33 +03:00
commands Refactor logic to check for ASCII-only characters in string 2020-12-21 09:37:11 +09:00
executor Fix bug #16784 in Disk-based Hash Aggregation. 2020-12-26 17:25:30 -08:00
foreign Small code simplifications 2020-12-03 11:44:13 +01:00
jit Support subscripting of arbitrary types, not only arrays. 2020-12-09 12:40:37 -05:00
lib Use pg_bitutils for HyperLogLog. 2020-07-30 09:14:23 -07:00
libpq Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
main Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
nodes Improve hash_create()'s API for some added robustness. 2020-12-15 11:38:53 -05:00
optimizer Improve find_em_expr_usable_for_sorting_rel comment 2020-12-22 02:00:51 +01:00
parser Multirange datatypes 2020-12-20 07:20:33 +03:00
partitioning Fix typos and grammar in docs and comments 2020-12-24 17:05:49 +09:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02:00
postmaster Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
regex Dial back -Wimplicit-fallthrough to level 3 2020-05-13 15:31:14 -04:00
replication Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
rewrite Improve wording of two error messages related to generated columns. 2020-11-23 11:15:12 -05:00
snowball code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
statistics Improve estimation of ANDs under ORs using extended statistics. 2020-12-08 20:10:11 +00:00
storage Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
tcop Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
tsearch Improve hash_create()'s API for some added robustness. 2020-12-15 11:38:53 -05:00
utils Fix inconsistent code with shared invalidations of snapshots 2020-12-28 22:16:49 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Revert "Add key management system" (978f869b99) & later commits 2020-12-27 21:37:42 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00