fix parallel decoding visibility bug
Offering: openGaussDev More detail: parallel decoding fix physical addressing info bug. Match-id-491e37c4587a09f855ba3022206f5aaae7a8831f
This commit is contained in:
2
src/common/backend/utils/cache/relcache.cpp
vendored
2
src/common/backend/utils/cache/relcache.cpp
vendored
@ -2456,7 +2456,7 @@ void RelationInitPhysicalAddr(Relation relation)
|
||||
* tables and on user tables declared as additional catalog
|
||||
* tables.
|
||||
*/
|
||||
if (HistoricSnapshotActive() && RelationIsAccessibleInLogicalDecoding(relation) && IsTransactionState()) {
|
||||
if (HistoricSnapshotActive() && RelationIsAccessibleInLogicalDecoding(relation)) {
|
||||
HeapTuple phys_tuple;
|
||||
Form_pg_class physrel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user