1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-30 05:39:12 +02:00
David Steele d41eea685a Change meaning of TEST_RESULT_STR() macro.
This macro was created before the String object existed so subsequent usage with String always included a lot of strPtr() wrapping.

TEST_RESULT_STR_Z() had already been introduced but a wholesale replacement of TEST_RESULT_STR() was not done since the priority was on the C migration.

Update all calls to (old) TEST_RESULT_STR() with one of the following variants: (new) TEST_RESULT_STR(), TEST_RESULT_STR_Z(), TEST_RESULT_Z(), TEST_RESULT_Z_STR().
2019-12-26 18:08:27 -07:00
..
2019-12-12 08:20:21 -05:00
2019-08-26 12:05:36 -04:00
2019-11-19 10:32:18 -05:00
2019-08-26 12:26:00 -04:00
2019-12-19 11:26:38 -05:00
2019-12-19 11:26:38 -05:00
2019-08-26 12:26:00 -04:00
2019-12-13 17:55:41 -05:00