Skip to content

Commit 0823520

Browse files
committed
Remove obsolete comment
OIDs are no longer system columns, since 578b229.
1 parent 8cddea9 commit 0823520

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/executor/tuptable.h

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
* A "minimal" tuple is handled similarly to a palloc'd regular tuple.
4747
* At present, minimal tuples never are stored in buffers, so there is no
4848
* parallel to case 1. Note that a minimal tuple has no "system columns".
49-
* (Actually, it could have an OID, but we have no need to access the OID.)
5049
*
5150
* A "virtual" tuple is an optimization used to minimize physical data copying
5251
* in a nest of plan nodes. Until materialized pass-by-reference Datums in

0 commit comments

Comments
 (0)