修訂 | 86887d065faf28967eb994694d41228264193886 (tree) |
---|---|
時間 | 2015-08-18 21:17:45 |
作者 | Kyotaro Horiguchi <horiguchi.kyotaro@lab....> |
Commiter | Kyotaro Horiguchi |
Remove misplaced space.
Removed a misplaced space placed after continuation backslash.
@@ -181,7 +181,7 @@ extern void test_pg_dbms_stats(int *passed, int *total); | ||
181 | 181 | |
182 | 182 | /* SPI_keepplan() is since 9.2 */ |
183 | 183 | #if PG_VERSION_NUM < 90200 |
184 | -#define SPI_keepplan(pplan) {\ | |
184 | +#define SPI_keepplan(pplan) {\ | |
185 | 185 | SPIPlanPtr tp = *plan;\ |
186 | 186 | *plan = SPI_saveplan(tp);\ |
187 | 187 | SPI_freeplan(tp);\ |