Thread

Commits

  1. Correct list of files in src/backend/lib/README

  1. [PATCH] Correct src/backend/lib/README

    Aleksander Alekseev <aleksander@timescale.com> — 2025-06-25T17:49:34Z

    Hi,
    
    I noticed that src/backend/lib/README references binaryheap.c and
    stringinfo.c. These files were moved to src/backend/lib. Thus
    mentioning them here doesn't look right.
    
    Also README tries to explain the difference between binary heap and
    pairing heap. Not sure whether we should keep this text and/or move
    the pairing heap implementation closer to binary heap.
    
    -- 
    Best regards,
    Aleksander Alekseev
    
  2. Re: [PATCH] Correct src/backend/lib/README

    Aleksander Alekseev <aleksander@timescale.com> — 2025-06-25T17:58:05Z

    Hi,
    
    > These files were moved to src/backend/lib
    
    That is - src/common. Sorry for the confusion.
    
    -- 
    Best regards,
    Aleksander Alekseev
    
    
    
    
  3. Re: [PATCH] Correct src/backend/lib/README

    Michael Paquier <michael@paquier.xyz> — 2025-06-25T22:37:46Z

    On Wed, Jun 25, 2025 at 08:58:05PM +0300, Aleksander Alekseev wrote:
    >> These files were moved to src/backend/lib
    > 
    > That is - src/common. Sorry for the confusion.
    
    No problem, good catches.  Agreed to remove these references in the
    README of backend/lib/.  Will fix if there are no objections.
    --
    Michael
    
  4. Re: [PATCH] Correct src/backend/lib/README

    Michael Paquier <michael@paquier.xyz> — 2025-06-27T00:34:59Z

    On Thu, Jun 26, 2025 at 07:37:46AM +0900, Michael Paquier wrote:
    > No problem, good catches.  Agreed to remove these references in the
    > README of backend/lib/.  Will fix if there are no objections.
    
    Applied that.
    --
    Michael