Skip to content
Snippets Groups Projects
  1. Dec 26, 1996
    • 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. Dec 24, 1996
  3. Dec 23, 1996
  4. Dec 20, 1996
  5. Dec 19, 1996
  6. Dec 17, 1996
  7. Dec 16, 1996
  8. Dec 15, 1996
  9. Dec 14, 1996
  10. Dec 13, 1996
  11. Dec 11, 1996
  12. Dec 10, 1996
Loading