postgresql/contrib/test_decoding
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible
This changes various places where appendPQExpBuffer was used in places
where it was possible to use appendPQExpBufferStr, and likewise for
appendStringInfo and appendStringInfoString.  This is really just a
stylistic improvement, but there are also small performance gains to be
had from doing this.

Discussion: http://postgr.es/m/CAKJS1f9P=M-3ULmPvr8iCno8yvfDViHibJjpriHU8+SXUgeZ=w@mail.gmail.com
2019-07-04 13:01:13 +12:00
..
expected Fix regression tests to use only global names beginning with "regress_". 2019-06-29 11:09:03 -04:00
specs Force synchronous commit to be enabled for all test_decoding tests. 2018-10-10 13:53:02 -07:00
sql Fix regression tests to use only global names beginning with "regress_". 2019-06-29 11:09:03 -04:00
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
Makefile Add PGXS options to control TAP and isolation tests, take two 2018-12-03 09:27:35 +09:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
test_decoding.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00