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

Started by Tom Laneover 23 years ago4 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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).

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql-server/src/backend/utils/adt formatting.c

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

Show quoted text

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#2)
Re: 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

#4Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql-server/src/backend/utils/adt formatting.c

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

Show quoted text

"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