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

2022-06-03 Thread Tom Lane
Will Mortensen writes: > 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. Duh, right. Will fix, thanks for noticing! regards, tom lane

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

2022-06-03 Thread Will Mortensen
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. diff --git a/doc/src/sgml/datatype.s