[PATCH] fix doc example of bit-reversed MAC address

From: Will Mortensen <will(at)extrahop(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] fix doc example of bit-reversed MAC address
Date: 2022-06-02 06:34:19
Message-ID: CAMpnoC5Y6jiZHSA82FG+e_AqkwMg-i94EYqs1C_9kXXFc3_3Yw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pretty trivial since this is documenting something that Postgres
*doesn't* do, but it incorrectly reversed only the bits of each
nibble, not the whole byte. See e.g.
https://www.ibm.com/docs/en/csfdcd/7.1?topic=ls-bit-ordering-in-mac-addresses
for a handy table.

Attachment Content-Type Size
macaddr-bitrev-example.patch application/x-patch 813 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2022-06-02 07:12:49 Re: Multi-Master Logical Replication
Previous Message KAWAMOTO Masaya 2022-06-02 06:09:39 Re: Proposal: add a debug message about using geqo