Re: [HACKERS] [BUGFIX] Typos when using the memcmp() function.

2013-12-27 Thread Kevin Grittner
Joel Jacobson  wrote:

> As reported by Andrey Karpov in his article

> http://www.viva64.com/en/b/0227/
> a parenthesis has been misplaced.
> 
> Attached patch fixes the problem.

Applied to all supported branches.  Thanks!


--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] [BUGFIX] Typos when using the memcmp() function.

2013-12-27 Thread Kevin Grittner
Joel Jacobson  wrote:

> As reported by Andrey Karpov in his article
> http://www.viva64.com/en/b/0227/
> a parenthesis has been misplaced.
>
> Attached patch fixes the problem.

That sure looks like a bug to me.  It exists in all supported
branches.  I can get this one.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] [BUGFIX] Typos when using the memcmp() function.

2013-12-25 Thread Joel Jacobson
As reported by Andrey Karpov in his article
http://www.viva64.com/en/b/0227/, a parenthesis has been misplaced.

Attached patch fixes the problem.


memcmp-parenthesis-typo.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers