Files
postgres/src/backend
Marc G. Fournier 3067ac8e77 From: Massimo Dal Zotto <dz@cs.unitn.it>
After some playing with gdb I found that in printtup() there is a non null
attribute with typeinfo->attrs[i]->atttypid = 0 (invalid oid). Unfortunately
attibutes with invalid type are neither printed nor marked as null, and this
explains why psql doesn't get all the expected data.

So I made this patch to printtup():
1998-08-30 19:30:38 +00:00
..
1998-08-25 21:32:10 +00:00
1998-08-26 05:22:58 +00:00
1998-08-29 05:27:17 +00:00
1998-07-26 04:31:41 +00:00
1998-04-27 04:08:07 +00:00