Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 32ceba3ea730b6b1bd3eca786f72d61945ad42b7
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-11-18T16:34:51Z
Releases: 9.4.0
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr

Arguably makes the code a bit more readable, and might give a small
performance gain.

David Rowley

Files