~ubuntu-branches/ubuntu/precise/postgresql-9.1/precise-security

« back to all changes in this revision

Viewing changes to src/tools/pgindent/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-07-14 18:39:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110714183943-eqlbsrurk6kh6lou
Tags: 9.1~beta3-1
* New upstream beta release.
  - Works around gcc 4.6.0 bug. (Closes: #633086)

  Note that this does not change the data format since Beta 2, so no need
  to dump/reload clusters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
6) Do a full test build:
29
29
 
30
30
        run configure
 
31
        # stop is only necessary if it's going to install in a location with an
 
32
        # already running server
 
33
        pg_ctl stop
31
34
        gmake -C src install
32
35
        gmake -C contrib install
33
36
        gmake installcheck-world