Tom Lane 8c43300ccc Make sure printtup() always sends the number of columns previously
advertised in RowDescription message.  Depending on the physical tuple's
column count is not really correct, since according to heap_getattr()
conventions the tuple may be short some columns, which will automatically
get read as nulls.  Problem has been latent since forever, but was only
exposed by recent change to skip a projection step in SELECT * FROM...
2003-05-26 17:51:38 +00:00
..
2003-05-23 15:22:38 +00:00
2003-05-22 17:20:44 +00:00
2002-09-05 18:28:46 +00:00
2002-09-05 18:28:46 +00:00