aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpython.h')
-rw-r--r--src/pl/plpython/plpython.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pl/plpython/plpython.h b/src/pl/plpython/plpython.h
index 1a9463a1e31..3a1f0d56d7c 100644
--- a/src/pl/plpython/plpython.h
+++ b/src/pl/plpython/plpython.h
@@ -14,7 +14,8 @@
/*
* Include order should be: postgres.h, other postgres headers, plpython.h,
- * other plpython headers
+ * other plpython headers. (In practice, other plpython headers will also
+ * include this file, so that they can compile standalone.)
*/
#ifndef POSTGRES_H
#error postgres.h must be included before plpython.h