[BUG FIX] Version number expressed in octal form by mistake

From: Joel Jacobson <joel(at)trustly(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [BUG FIX] Version number expressed in octal form by mistake
Date: 2013-12-25 12:38:36
Message-ID: CAASwCXfgFsMt31c1srj=FsZbz5CC3AHjCkFU3KZNxds7OGQuEA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

As reported by Andrey Karpov in his article
http://www.viva64.com/en/b/0227/, the version number is expressed in
octal form 070100 should be changed to 70100.

Attached patch fixes the reported issue.

Attachment Content-Type Size
octal-typo.patch application/octet-stream 698 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2013-12-25 12:42:08 [BUGFIX] Typos when using the memcmp() function.
Previous Message Joel Jacobson 2013-12-25 12:35:15 [BUG FIX] Compare returned value by socket() against PGINVALID_SOCKET instead of < 0