Re: [HACKERS] [PATCH] Add TimeOffset and DateOffset typedefs

2008-03-21 Thread Warren Turkal
On Thu, Mar 20, 2008 at 6:41 PM, Tom Lane <[EMAIL PROTECTED]> wrote: > Warren Turkal <[EMAIL PROTECTED]> writes: > > I added TimeOffset and DateOffset typedefs to get rid of the instances > > using the HAVE_INT64_TIMESTAMP define being used to determine the > > types of variables or functions in

Re: [HACKERS] [PATCH] Add TimeOffset and DateOffset typedefs

2008-03-20 Thread Tom Lane
Warren Turkal <[EMAIL PROTECTED]> writes: > I added TimeOffset and DateOffset typedefs to get rid of the instances > using the HAVE_INT64_TIMESTAMP define being used to determine the > types of variables or functions in timestamp.c. Applied with minor revisions. I dropped DateOffset since it didn

[HACKERS] [PATCH] Add TimeOffset and DateOffset typedefs

2008-03-09 Thread Warren Turkal
I added TimeOffset and DateOffset typedefs to get rid of the instances using the HAVE_INT64_TIMESTAMP define being used to determine the types of variables or functions in timestamp.c. --- src/backend/utils/adt/timestamp.c | 77 +++- src/include/utils/timestamp.h

Re: [HACKERS] [PATCH] Add TimeOffset and DateOffset typedefs

2008-01-22 Thread Warren Turkal
This patch is in error. Please ignore. I have already sent the corrected patch. Thanks, wt On Jan 22, 2008 12:50 PM, Warren Turkal <[EMAIL PROTECTED]> wrote: > I added TimeOffset and DateOffset typedefs to get rid of the instances > using the HAVE_INT64_TIMESTAMP define being used to determine th

[HACKERS] [PATCH] Add TimeOffset and DateOffset typedefs

2008-01-22 Thread Warren Turkal
I added TimeOffset and DateOffset typedefs to get rid of the instances using the HAVE_INT64_TIMESTAMP define being used to determine the types of variables or functions in timestamp.c. --- src/backend/utils/adt/timestamp.c | 77 +++- src/include/utils/timestamp.h

[HACKERS] [PATCH] Add TimeOffset and DateOffset typedefs

2008-01-22 Thread Warren Turkal
I added TimeOffset and DateOffset typedefs to get rid of the instances using the HAVE_INT64_TIMESTAMP define being used to determine the types of variables or functions in timestamp.c. --- src/backend/utils/adt/timestamp.c | 77 +++-- src/include/utils/timestamp.h