vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| A recent pgbench commit causes build failures due to an undefined reference to strndup(), at least on FreeBSD and UnixWare: http://pgbuildfarm.org/cgi-bin/show_...-29%2014:30:01 http://pgbuildfarm.org/cgi-bin/show_...-29%2014:27:00 I don't see strndup() in the Open Group Base Specifications, so I expect other platforms' builds might fail as well. -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Michael Fuhr <mike@fuhr.org> writes: > A recent pgbench commit causes build failures due to an undefined > reference to strndup(), at least on FreeBSD and UnixWare: Yeah, breaks on HPUX too. Patch applied. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| > Michael Fuhr <mike@fuhr.org> writes: > > A recent pgbench commit causes build failures due to an undefined > > reference to strndup(), at least on FreeBSD and UnixWare: Oops. > Yeah, breaks on HPUX too. Patch applied. Thanks. -- SRA OSS, Inc. Japan Tatsuo Ishii ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |