https://github.com/postgres/postgres
Revision e6d9544681b3f5c66a16c72bfd8dca450ec7536a authored by Tom Lane on 26 July 2021, 03:25:15 UTC, committed by Tom Lane on 26 July 2021, 03:25:15 UTC
Turns out the buildfarm hasn't been testing this, which will soon change.

Julien Rouhaud, per report from me

Discussion: https://postgr.es/m/42557.1627229005@sss.pgh.pa.us
1 parent dece64a
Raw File
Tip revision: e6d9544681b3f5c66a16c72bfd8dca450ec7536a authored by Tom Lane on 26 July 2021, 03:25:15 UTC
Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.
Tip revision: e6d9544
README.git
(This file does not appear in release tarballs.)

In a release or snapshot tarball of PostgreSQL, a documentation file named
INSTALL will appear in this directory.  However, this file is not stored in
git and so will not be present if you are using a git checkout.

If you are using a git checkout, you can view the most recent installation
instructions at:
	https://www.postgresql.org/docs/devel/installation.html

Users compiling from git will also need compatible versions of Bison, Flex,
and Perl, as discussed in the install documentation.  These programs are not
needed when using a tarball, since the files they are needed to build are
already present in the tarball.  (On Windows, however, you need Perl anyway.)
back to top