1. 23 Jul, 2008 2 commits
    • Tom Lane's avatar
      Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in · 11c794f2
      Tom Lane authored
      default_reloptions().  The previous coding was really a bug because pg_atoi()
      will always throw elog on bad input data, whereas default_reloptions is not
      supposed to complain about bad input unless its validate parameter is true.
      Right now you could only expose the problem by hand-modifying
      pg_class.reloptions into an invalid state, so it doesn't seem worth
      back-patching; but we should get it right in HEAD because there might be other
      situations in future.  Noted while studying GIN fast-update patch.
      11c794f2
    • Peter Eisentraut's avatar
      Abort if Tcl support was configured and no tcl shell was found. · 509303a5
      Peter Eisentraut authored
      This is required because the value is substituted into the pltcl_*mod
      scripts.
      509303a5
  2. 22 Jul, 2008 1 commit
  3. 21 Jul, 2008 3 commits
  4. 20 Jul, 2008 2 commits
  5. 19 Jul, 2008 1 commit
    • Tom Lane's avatar
      Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into · 4b362c66
      Tom Lane authored
      the postgres.bki file during build, because we want that file to be entirely
      platform- and configuration-independent; else it can't safely be put into
      /usr/share on multiarch machines.  We can do the substitution during initdb,
      instead.  FLOAT4PASSBYVAL and FLOAT8PASSBYVAL are new breakage as of 8.4,
      while the NAMEDATALEN hazard has been there all along but I guess no one
      tripped over it.  Noticed while trying to build "universal" OS X binaries.
      4b362c66
  6. 18 Jul, 2008 8 commits
  7. 17 Jul, 2008 4 commits
  8. 16 Jul, 2008 7 commits
  9. 15 Jul, 2008 8 commits
  10. 14 Jul, 2008 4 commits