1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2011-05-21 00:50:35 +03:00
parent c8e0c32119
commit bcf63a51e3
4 changed files with 6 additions and 6 deletions

View File

@ -3937,7 +3937,7 @@ PLy_add_exceptions(PyObject *plpy)
excmod = PyModule_Create(&PLy_exc_module);
#endif
if (PyModule_AddObject(plpy, "spiexceptions", excmod) < 0)
PLy_elog(ERROR, "failed to add the spiexceptions module");
PLy_elog(ERROR, "could not add the spiexceptions module");
/*
* XXX it appears that in some circumstances the reference count of the