Add error-checking to timestamp_recv

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Add error-checking to timestamp_recv
Дата
Msg-id 20040405153030.GS7060@ns.snowman.net
обсуждение исходный текст
Ответы Re: Add error-checking to timestamp_recv  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Greetings,

  The attached patch adds some error-checking to the timestamp_recv
  function so that it's not possible to put an invalid timestamp into a
  timestamp column (hopefully).  The check is done in basically the
  exact same way the out-of-bounds check in timestamp2tm is done.
  There's probably an easier/cleaner way but this should work or at
  least generate discussion and a better patch. :)

      Thanks,

        Stephen

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hint infrastructure setup (v3)
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: hint infrastructure setup (v3)