File tree Expand file tree Collapse file tree 4 files changed +12
-283
lines changed
Expand file tree Collapse file tree 4 files changed +12
-283
lines changed Original file line number Diff line number Diff line change 11#
22# PostgreSQL top level makefile
33#
4- # $PostgreSQL: pgsql/GNUmakefile.in,v 1.43 2006/04/03 18:47:41 petere Exp $
4+ # $PostgreSQL: pgsql/GNUmakefile.in,v 1.44 2006/04/06 18:54:36 petere Exp $
55#
66
77subdir =
@@ -108,6 +108,10 @@ distdir:
108108 fi || exit; \
109109 done
110110 $(MAKE) -C $(distdir) distprep
111+ $(MAKE) -C $(distdir)/doc/src/sgml/ HISTORY INSTALL regress_README
112+ cp $(distdir)/doc/src/sgml/HISTORY $(distdir)/
113+ cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
114+ cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README
111115 $(MAKE) -C $(distdir) distclean
112116 rm -f $(distdir)/README.CVS
113117
Original file line number Diff line number Diff line change 22#
33# PostgreSQL documentation makefile
44#
5- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.75 2005/01/04 21:03:30 petere Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.76 2006/04/06 18:54:36 petere Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -196,7 +196,8 @@ HISTORY.html: release.sgml
196196
197197regress_README.html : regress.sgml
198198 ( echo ' <!doctype chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [' ; \
199- echo ' <!entity % standalone-ignore "IGNORE"> ]>' ; \
199+ echo ' <!entity % standalone-ignore "IGNORE">' ; \
200+ echo ' <!entity % standalone-include "INCLUDE"> ]>' ; \
200201 cat $< ) > tempfile_regress_README.sgml
201202 $(JADE.text ) -V nochunks tempfile_regress_README.sgml > $@
202203 rm tempfile_regress_README.sgml
Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.50 2006/01/22 05:20:32 neilc Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.51 2006/04/06 18:54:36 petere Exp $ -->
22
33 <chapter id="regress">
44 <title id="regress-title">Regression Tests</title>
@@ -313,7 +313,9 @@ exclusion of those that don't.
313313 If the <literal>errors</literal> test results in a server crash
314314 at the <literal>select infinite_recurse()</> command, it means that
315315 the platform's limit on process stack size is smaller than the
316- <xref linkend="guc-max-stack-depth"> parameter indicates. This
316+ <![%standalone-ignore;[<xref linkend="guc-max-stack-depth">]]>
317+ <![%standalone-include;[<literal>max_stack_depth</literal>]]>
318+ parameter indicates. This
317319 can be fixed by running the postmaster under a higher stack
318320 size limit (4MB is recommended with the default value of
319321 <varname>max_stack_depth</>). If you are unable to do that, an
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments