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

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

From
Joel Jacobson
Date:
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.

Attachment

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

From
Kevin Grittner
Date:
Joel Jacobson <joel@trustly.com> 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



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

From
Kevin Grittner
Date:
Joel Jacobson <joel@trustly.com> 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