• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂86887d065faf28967eb994694d41228264193886 (tree)
時間2015-08-18 21:17:45
作者Kyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Remove misplaced space.

Removed a misplaced space placed after continuation backslash.

Change Summary

差異

--- a/pg_dbms_stats.c
+++ b/pg_dbms_stats.c
@@ -181,7 +181,7 @@ extern void test_pg_dbms_stats(int *passed, int *total);
181181
182182 /* SPI_keepplan() is since 9.2 */
183183 #if PG_VERSION_NUM < 90200
184-#define SPI_keepplan(pplan) {\
184+#define SPI_keepplan(pplan) {\
185185 SPIPlanPtr tp = *plan;\
186186 *plan = SPI_saveplan(tp);\
187187 SPI_freeplan(tp);\