From: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Pierluigi Mangani <pluigi(at)cesena(dot)net> |
Subject: | Small fix for 7.2.6/contrib/seg |
Date: | 2004-12-08 16:12:54 |
Message-ID: | Pine.LNX.4.61.0412081617560.13574@emo.org.tr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
While trying to build 7.2.6 FC1 RPMs due to a request from Pierlugi today,
I saw an error in contrib/seg. This small patch fixed the typo and we can
build the RPMs now. Could you please apply it to 7.2?
===========================================================================
- --- segparse.y.orig 2004-12-08 16:31:56.406802528 +0200
+++ segparse.y 2004-12-08 16:32:13.773162440 +0200
@@ -97,7 +97,6 @@
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
((SEG *)result)->u_ext = '-';
}
- - ;
|
RANGE boundary {
((SEG *)result)->lower = -HUGE;
===========================================================================
Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFBtygItl86P3SPfQ4RAgstAKDqAgwuPiIFWxZGOkuNBiqJsLkKbQCguaqi
vur5mirSNuFiyNwRFOvUQ6c=
=+FMA
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Matthias Schmidt | 2004-12-08 18:46:19 | Re: somebody working on: Prevent default re-use of sysids for dropped users and groups? |
Previous Message | Sibtay Abbas | 2004-12-08 16:03:22 | old-style handler problem |