mirror of
https://github.com/postgres/postgres.git
synced 2026-02-03 20:40:14 -05:00
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(): |
||
|---|---|---|
| .. | ||
| backend | ||
| bin | ||
| data | ||
| include | ||
| interfaces | ||
| lextest | ||
| makefiles | ||
| man | ||
| pl | ||
| template | ||
| test | ||
| tools | ||
| tutorial | ||
| utils | ||
| config.guess | ||
| config.sub | ||
| configure | ||
| configure.in | ||
| DEVELOPERS | ||
| GNUmakefile.in | ||
| install-sh | ||
| Makefile | ||
| Makefile.global.in | ||
| win32.mak | ||