Remove obsolete comment
authorPeter Eisentraut <[email protected]>
Mon, 5 Jun 2023 13:33:08 +0000 (15:33 +0200)
committerPeter Eisentraut <[email protected]>
Mon, 5 Jun 2023 13:33:08 +0000 (15:33 +0200)
OIDs are no longer system columns, since 578b229718.

src/include/executor/tuptable.h

index 3d34575a2276682ee6c2ce23db8b54c641d6574f..4210d6d838fa7aaee2b6a23a929741610553fc32 100644 (file)
@@ -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