Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgres/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: harriman/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 15 files changed
  • 1 contributor

Commits on Feb 20, 2011

  1. autoconf version check relaxed to 2.63 or higher; don't reject higher…

    … versions
    
    Before applying this patch, please note that the current release of
    PostgreSQL is tested officially with only the exact prescribed version
    2.63 of autoconf.  If you use a newer autoconf, it's up to you to make 
    sure that it works to your satisfaction.
    harriman committed Feb 20, 2011
    Configuration menu
    Copy the full SHA
    c4682db View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2011

  1. Let 'configure' and makefiles provide support for inclusion of C++ mo…

    …dules in a build.
    
    '--enable-cplusplus' flag added to 'configure' to link with C++ runtime environment.
    
    Source files with '.cpp' or '.cc' suffix will be compiled as C++.
    
    Source files with '.c' suffix can be compiled as C++ by listing their
    corresponding object file names in the CXXOBJS variable in the Makefile.
    harriman committed Feb 21, 2011
    Configuration menu
    Copy the full SHA
    806d877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464ea30 View commit details
    Browse the repository at this point in the history
Loading