aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-06-05 15:33:08 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-06-05 15:33:08 +0200
commit08235203ddefde1d0bfb6a1e8bb6ff546a2c7e8c (patch)
treedc81e4a2039edf276119c9bea344f2c08de5750f /src
parent8cddea9a539cbbdd1b316255c9f404323243fd37 (diff)
downloadpostgresql-08235203ddefde1d0bfb6a1e8bb6ff546a2c7e8c.tar.gz
postgresql-08235203ddefde1d0bfb6a1e8bb6ff546a2c7e8c.zip
Remove obsolete comment
OIDs are no longer system columns, since 578b229718.
Diffstat (limited to 'src')
-rw-r--r--src/include/executor/tuptable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index 3d34575a227..4210d6d838f 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -46,7 +46,6 @@
* A "minimal" tuple is handled similarly to a palloc'd regular tuple.
* At present, minimal tuples never are stored in buffers, so there is no
* parallel to case 1. Note that a minimal tuple has no "system columns".
- * (Actually, it could have an OID, but we have no need to access the OID.)
*
* A "virtual" tuple is an optimization used to minimize physical data copying
* in a nest of plan nodes. Until materialized pass-by-reference Datums in