Thread: Patch for Array min() / max()

Patch for Array min() / max()

From
"Koju Iijima"
Date:
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
ordinaryuser 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
thisemail 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
emailunsubscribe@fast.fujitsu.com.au 


Attachment

Re: Patch for Array min() / max()

From
Bruce Momjian
Date:
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
ordinaryuser 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
thisemail 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
emailunsubscribe@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

Re: Patch for Array min() / max()

From
Joe Conway
Date:
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


Re: Patch for Array min() / max()

From
Bruce Momjian
Date:
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

Re: Patch for Array min() / max()

From
"Koju Iijima"
Date:
> 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
ordinaryuser 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
thisemail 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
emailunsubscribe@fast.fujitsu.com.au 


Attachment

Re: Patch for Array min() / max()

From
Bruce Momjian
Date:
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
ordinaryuser 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
thisemail 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
emailunsubscribe@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

Re: Patch for Array min() / max()

From
Bruce Momjian
Date:
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
ordinaryuser 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
thisemail 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
emailunsubscribe@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