EXPLAIN SELECT * FROM t; QUERY PLAN ------------------------------------------------------------ Seq Scan on t (cost=0.00..10.00 rows=1 width=-2113929008) (1 row)
Interesting. In an Assert-enabled build this query will cause the Assert failure in set_rel_width().