You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/03/25 00:18:35 UTC

[couchdb-documentation] branch rfc/003-changes-feed updated: Follow tuple encoding for booleans

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch rfc/003-changes-feed
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/rfc/003-changes-feed by this push:
     new 2b6746a  Follow tuple encoding for booleans
2b6746a is described below

commit 2b6746a92f7ecca897a34e89b19d789ad939b17a
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sun Mar 24 20:18:03 2019 -0400

    Follow tuple encoding for booleans
---
 rfcs/003-fdb-seq-index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rfcs/003-fdb-seq-index.md b/rfcs/003-fdb-seq-index.md
index 953bbe6..bbe3b2a 100644
--- a/rfcs/003-fdb-seq-index.md
+++ b/rfcs/003-fdb-seq-index.md
@@ -94,8 +94,8 @@ where the individual elements are defined as follows:
   (NB: not necessarily the transaction that produced the `RevPosition-RevHash`
   edit).
 - `BranchCount`: the number of edit branches associated with this document
-- `NotDeleted`: `\x00` if the leaf of the edit branch is deleted, `\x01`
-  otherwise
+- `NotDeleted`: `\x26` if the leaf of the edit branch is deleted, `\x27`
+  otherwise (following tuple encoding for booleans)
 
 A typical response to `_changes` includes all of this information in each row
 except the internal `SeqFormat` and the `BranchCount`. The latter is used as an