1. 26 Dec, 1996 4 commits
    • Bruce Momjian's avatar
      I have this annoying habit (among others) of putting · 28a08fd4
      Bruce Momjian authored
      %ud in a printf format strings instead of just %u.
      
      There were three occurances of this in catalog_utils.c,
      two in parser.c and one in rewriteSupport.c in the oid
      patch that I submitted and was applied.  They won't crash
      anything, but the error messages will have a 'd' after the
      Oid.  Annoying, but none are db-threatening.
      
      Sorry about that folks...I'll be more careful in the future...
      
      Darren King
      28a08fd4
    • Bruce Momjian's avatar
      In src/backend/catalog/pg_operator.c in OperatorDef, there · c5aaba2c
      Bruce Momjian authored
      are three SearchSysCacheTuple(PRONAME,...) calls that use three
      different macros to convert the typeId array of Oids.
      
      Darren King
      c5aaba2c
    • Bruce Momjian's avatar
      Removal of CppConcat from indexam.c. · df0eee99
      Bruce Momjian authored
      As an example I sent a bug-report on 26 Nov to tell that the fix included
      below is necessary to compile pg95-current on Ultrix with Digital's
      standard C compiler c89. In fact I think that this fix is needed
      for any C compiler sticking very close the standard, see my discussion
      in the original bug report.
      
      Erik Bertelsen
      df0eee99
    • Bruce Momjian's avatar
      Added mention of CUSTOM_COPT to file. · 0fde972e
      Bruce Momjian authored
      0fde972e
  2. 24 Dec, 1996 1 commit
  3. 23 Dec, 1996 3 commits
  4. 20 Dec, 1996 4 commits
  5. 19 Dec, 1996 6 commits
  6. 17 Dec, 1996 1 commit
  7. 16 Dec, 1996 1 commit
  8. 15 Dec, 1996 2 commits
  9. 14 Dec, 1996 7 commits
  10. 13 Dec, 1996 2 commits
  11. 11 Dec, 1996 4 commits
  12. 10 Dec, 1996 5 commits