]> granicus.if.org Git - postgresql/commitdiff
Document pgrminclude limitations.
authorBruce Momjian <bruce@momjian.us>
Sat, 24 Sep 2011 23:37:54 +0000 (19:37 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 24 Sep 2011 23:38:41 +0000 (19:38 -0400)
src/tools/pginclude/pgrminclude

index 7dc5f58d8b94891294cbbe4b14d1558d76126ed7..61b7af22cfc1c0aeb1e8c87977bde6172aaebe37 100755 (executable)
@@ -1,6 +1,18 @@
 :
 # remove extra #include's
 
+# Limitations:  2011-09-24
+#
+# Pgrminclude, when processing header files, can cause includes to be
+# removed that require the addition of new illogical header files.
+# This is dependent on what order the header files are processed.
+# Manual review of header files now needed to satisfy pgcompinclude is
+# required.
+#
+# C program files that have #ifdef blocks that contain code that cannot
+# be compiled on the platform from which pgrminclude is run cannot be
+# processed, and are skipped.
+
 if ! pgdefine
 then   echo "pgdefine must be in your PATH" 1>&2
        exit 1