1. 26 7月, 2003 2 次提交
    • B
      > Rod Taylor <rbt@rbt.ca> writes: · 187e8651
      Bruce Momjian 提交于
      > > It seems that readline() on my system (FreeBSD 4.8) isn't declared to
      > > take the prompt as a const.  Thus, remove const from gets_interactive()
      > > to remove the warning.
      >
      > I think it would be a lot cleaner to just put a cast to char * into the
      > readline call (with a note about why).
      
      Ok.. that works.
      
      I must say it's a little strange being able to take a constant and say
      its no longer constant anymore -- but I suppose it's no different than
      defining then undefining pre-processor constants.
      
      Rod Taylor <rbt@rbt.ca>
      187e8651
    • M
      Added explicit casts for date/interval/timestamp. · 6a0d6d00
      Michael Meskes 提交于
      6a0d6d00
  2. 25 7月, 2003 9 次提交
  3. 24 7月, 2003 14 次提交
  4. 23 7月, 2003 13 次提交
  5. 22 7月, 2003 2 次提交