summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera2019-02-12 21:42:37 +0000
committerAlvaro Herrera2019-02-12 21:42:37 +0000
commitdb02c179d7f57d3b694670d8e8085812dc1575bd (patch)
tree50fc9949136a31044474113091fd533544a2e376 /doc/src
parent30bce0df865f719be91d8a1405143b47c70a2b0a (diff)
Relax overly strict assertion
Ever since its birth, ReorderBufferBuildTupleCidHash() has contained an assertion that a catalog tuple cannot change Cmax after acquiring one. But that's wrong: if a subtransaction executes DDL that affects that catalog tuple, and later aborts and another DDL affects the same tuple, it will change Cmax. Relax the assertion to merely verify that the Cmax remains valid and monotonically increasing, instead. Add a test that tickles the relevant code. Diagnosed by, and initial patch submitted by: Arseny Sher Co-authored-by: Arseny Sher Discussion: https://postgr.es/m/874l9p8hyw.fsf@ars-thinkpad
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions