aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/ipc/standby.c')
-rw-r--r--src/backend/storage/ipc/standby.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/storage/ipc/standby.c b/src/backend/storage/ipc/standby.c
index 44ed20992ed..38d6db1e126 100644
--- a/src/backend/storage/ipc/standby.c
+++ b/src/backend/storage/ipc/standby.c
@@ -1050,11 +1050,6 @@ LogAccessExclusiveLock(Oid dbOid, Oid relOid)
xlrec.xid = GetCurrentTransactionId();
- /*
- * Decode the locktag back to the original values, to avoid sending lots
- * of empty bytes with every message. See lock.h to check how a locktag
- * is defined for LOCKTAG_RELATION
- */
xlrec.dbOid = dbOid;
xlrec.relOid = relOid;