• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: コミット

firtst release


コミットメタ情報

リビジョン307cea0dd3b7a07a532049a833f53136e3d39147 (tree)
日時2014-12-17 11:00:29
作者Kyotaro Horiguchi <horiguchi.kyotaro@lab....>
コミッターKyotaro Horiguchi

ログメッセージ

Removed a stale comment.

変更サマリ

差分

--- a/pg_hint_plan.c
+++ b/pg_hint_plan.c
@@ -39,16 +39,6 @@
3939 #include "executor/spi.h"
4040 #include "catalog/pg_type.h"
4141
42-/*
43- * We have our own header file "plpgsql-9.1", which is necessary to support
44- * hints for queries in PL/pgSQL blocks, in pg_hint_plan source package,
45- * because PostgreSQL 9.1 doesn't provide the header file as a part of
46- * installation. This header file is a copy of src/pl/plpgsql/src/plpgsql.h in
47- * PostgreSQL 9.1.9 source tree,
48- *
49- * On the other hand, 9.2 installation provides that header file for external
50- * modules, so we include the header in ordinary place.
51- */
5242 #include "plpgsql.h"
5343
5444 /* partially copied from pg_stat_statements */
旧リポジトリブラウザで表示