This is a discussion on Re: NetBSD mac68k crashing on union regression test within the pgsql Hackers forums, part of the PostgreSQL category; --> =?ISO-8859-1?Q?R=E9mi_Zara?= <remi_zara@mac.com> writes: > The crash occurs in pg_sprintf, work on which has been done beginning > march 11th.... ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| =?ISO-8859-1?Q?R=E9mi_Zara?= <remi_zara@mac.com> writes: > The crash occurs in pg_sprintf, work on which has been done beginning > march 11th.... Offhand I'd bet it's overrunning its malloc'd arrays because the loop at the top doesn't count "*" as needing a fmtpos position. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |