Re: [PATCH] Allow multiple recursive self-references - Mailing list pgsql-hackers

From Denis Hirn
Subject Re: [PATCH] Allow multiple recursive self-references
Date
Msg-id D5A1A785-9399-43DB-BF3A-916686BC0439@uni-tuebingen.de
Whole thread Raw
In response to Re: [PATCH] Allow multiple recursive self-references  (Zhihong Yu <zyu@yugabyte.com>)
Responses Re: [PATCH] Allow multiple recursive self-references
List pgsql-hackers
> Maybe the variable  selfrefcountL can be renamed slightly (e.g. curr_selfrefcount) so that the code is easier to
read.

Yes, you are absolutely right. Thanks for the suggestion.
The new version renames this variable.

Best wishes,
  -- Denis


Attachment

pgsql-hackers by date:

Previous
From: "Drouvot, Bertrand"
Date:
Subject: Re: [bug] Logical Decoding of relation rewrite with toast does not reset toast_hash
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Fix uninitialized variable access (src/backend/utils/mmgr/freepage.c)