use appendPQExpBufferStr/-Char() consistently

This commit is contained in:
Ian Barwick
2018-10-04 08:42:42 +09:00
parent 15a5d2ee9d
commit 3e38759c02
6 changed files with 257 additions and 262 deletions

View File

@@ -170,8 +170,8 @@ do_primary_register(void)
&node_info);
if (record_created == true)
{
appendPQExpBuffer(&event_description,
"existing primary record updated");
appendPQExpBufferStr(&event_description,
"existing primary record updated");
}
else
{