Patch for Array min() / max()

Started by Koju Iijimaalmost 22 years ago7 messagespatches
Jump to latest
#1Koju Iijima
koju@fast.fujitsu.com.au

Hi !

I would like to contribute a patch to the PostgreSQL.

The patch is for the one of TODO items:

*ARRAYS - Allow MIN()/MAX() on arrays

This patch is created with the latest cvshead codes.

regards

koju

----------------------------------------------------------------------------
---
Koju Iijima

Software Engineer
Fujitsu Australia Software Technology
Address: 14 Rodborough Road, Frenchs Forest NSW 2086
Tel: +61 2 9452 9076
Fax: +61 2 9975 2899
Email: koju@fast.fujitsu.com.au
Web site: www.fastware.com
----------------------------------------------------------------------------
---
This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.

If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@fast.fujitsu.com.au

Attachments:

arrayMIN_MAX.patchapplication/octet-stream; name=arrayMIN_MAX.patchDownload+115-2
#2Bruce Momjian
bruce@momjian.us
In reply to: Koju Iijima (#1)
Re: Patch for Array min() / max()

May I have a context diff please, diff -c?

---------------------------------------------------------------------------

Koju Iijima wrote:

Hi !

I would like to contribute a patch to the PostgreSQL.

The patch is for the one of TODO items:

*ARRAYS - Allow MIN()/MAX() on arrays

This patch is created with the latest cvshead codes.

regards

koju

----------------------------------------------------------------------------
---
Koju Iijima

Software Engineer
Fujitsu Australia Software Technology
Address: 14 Rodborough Road, Frenchs Forest NSW 2086
Tel: +61 2 9452 9076
Fax: +61 2 9975 2899
Email: koju@fast.fujitsu.com.au
Web site: www.fastware.com
----------------------------------------------------------------------------
---
This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.

If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@fast.fujitsu.com.au

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#2)
Re: Patch for Array min() / max()

Bruce Momjian wrote:

May I have a context diff please, diff -c?

As this is new functionality, I presume it will be held for 8.1,
correct? In any case, you can put my name on it for review.

Joe

#4Bruce Momjian
bruce@momjian.us
In reply to: Joe Conway (#3)
Re: Patch for Array min() / max()

Joe Conway wrote:

Bruce Momjian wrote:

May I have a context diff please, diff -c?

As this is new functionality, I presume it will be held for 8.1,
correct? In any case, you can put my name on it for review.

Right. OK.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#5Koju Iijima
koju@fast.fujitsu.com.au
In reply to: Bruce Momjian (#2)
Re: Patch for Array min() / max()

Bruce Momjian wrote:

May I have a context diff please, diff -c?

As this is new functionality, I presume it will be held for 8.1,
correct? In any case, you can put my name on it for review.

Joe

Hi !

I updated the patch for array min()/max() contrib.

If I still miss something, please let me know.

Thank you!

Regards

koju
This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.

If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@fast.fujitsu.com.au

Attachments:

arrayMin_Max2.diffapplication/octet-stream; name=arrayMin_Max2.diffDownload+116-4
#6Bruce Momjian
bruce@momjian.us
In reply to: Koju Iijima (#5)
Re: Patch for Array min() / max()

This has been saved for the 8.1 release:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Koju Iijima wrote:

Bruce Momjian wrote:

May I have a context diff please, diff -c?

As this is new functionality, I presume it will be held for 8.1,
correct? In any case, you can put my name on it for review.

Joe

Hi !

I updated the patch for array min()/max() contrib.

If I still miss something, please let me know.

Thank you!

Regards

koju
This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.

If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@fast.fujitsu.com.au

[ Attachment, skipping... ]

---------------------------(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

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#7Bruce Momjian
bruce@momjian.us
In reply to: Koju Iijima (#5)
Re: Patch for Array min() / max()

Patch applied by Neil Conway. Thanks.

---------------------------------------------------------------------------

Koju Iijima wrote:

Bruce Momjian wrote:

May I have a context diff please, diff -c?

As this is new functionality, I presume it will be held for 8.1,
correct? In any case, you can put my name on it for review.

Joe

Hi !

I updated the patch for array min()/max() contrib.

If I still miss something, please let me know.

Thank you!

Regards

koju
This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.

If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@fast.fujitsu.com.au

[ Attachment, skipping... ]

---------------------------(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

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073