Thread: pgsql-server/src/backend/utils/adt formatting.c

pgsql-server/src/backend/utils/adt formatting.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/04/01 21:33:52

Modified files:
    src/backend/utils/adt: formatting.c

Log message:
    Fix platform-dependent failure introduced by recent to_char changes
    (ye good olde uninitialized-local-variable).


Re: pgsql-server/src/backend/utils/adt formatting.c

From
"Christopher Kings-Lynne"
Date:
Just a heads up...

I haven't really made any progress on fixing 'rowtypes with dropped columns in them' returned from stored
procedures...

If a 7.3.3 is going out sometime, perhaps someone more qualified should look at it!

Chris

----- Original Message ----- 
From: "Tom Lane" <tgl@postgresql.org>
To: <pgsql-committers@postgresql.org>
Sent: Wednesday, April 02, 2003 10:33 AM
Subject: [COMMITTERS] pgsql-server/src/backend/utils/adt formatting.c


> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: tgl@postgresql.org 03/04/01 21:33:52
> 
> Modified files:
> src/backend/utils/adt: formatting.c 
> 
> Log message:
> Fix platform-dependent failure introduced by recent to_char changes
> (ye good olde uninitialized-local-variable).
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/docs/faqs/FAQ.html
>

Re: pgsql-server/src/backend/utils/adt formatting.c

From
Tom Lane
Date:
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I haven't really made any progress on fixing 'rowtypes with dropped columns in them' returned from stored
procedures...
> If a 7.3.3 is going out sometime, perhaps someone more qualified should look at it!

I don't see that as a 7.3.* fix in any case ... it'll require a bigger
change than I'd care to back-patch ...

            regards, tom lane


Re: pgsql-server/src/backend/utils/adt formatting.c

From
"Christopher Kings-Lynne"
Date:
But it's a showstopper for anyone using rowtypes...

Chris

----- Original Message ----- 
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
Cc: <pgsql-committers@postgresql.org>
Sent: Wednesday, April 02, 2003 10:46 AM
Subject: Re: [COMMITTERS] pgsql-server/src/backend/utils/adt formatting.c 


> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> > I haven't really made any progress on fixing 'rowtypes with dropped columns in them' returned from stored
procedures...
> > If a 7.3.3 is going out sometime, perhaps someone more qualified should look at it!
> 
> I don't see that as a 7.3.* fix in any case ... it'll require a bigger
> change than I'd care to back-patch ...
> 
> regards, tom lane
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>