Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > if (err != NULL) > > ereport(ERROR, > > (errmsg("OSSP uuid failure: %s", err))); > > else > > ereport(ERROR, > > (errmsg("OSSP uuid failure: error code %d", rc))); > > Maybe "OSSP uuid library failure"? Otherwise seems OK.
Applied, thanks. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend