mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
This commit is contained in:
@@ -68,7 +68,8 @@ ts_error(int state, const char *format, ...) {
|
||||
}
|
||||
va_end(args);
|
||||
|
||||
elog(state,buf);
|
||||
/* ?? internal error ?? */
|
||||
elog(state, "%s", buf);
|
||||
pfree(buf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user