Re: Add pg_freespacemap extension sql test - Mailing list pgsql-hackers

From Dong Wook Lee
Subject Re: Add pg_freespacemap extension sql test
Date
Msg-id CAAcByaJbRkkRkxaGKbvZS-K_Qz3A2TA7TjVVnNQgp74u8zUS=w@mail.gmail.com
Whole thread Raw
In response to Re: Add pg_freespacemap extension sql test  (Dong Wook Lee <sh95119@gmail.com>)
Responses Re: Add pg_freespacemap extension sql test  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
> Well, my guess is that you basically just care about being able to
> detect if there is free space in the map or not, which goes down to
> detecting if pg_freespace() returns 0 or a number strictly higher than
> 0, so wouldn't it be enough to stick some > 0 in your test queries?

I edited the previous patch file.
Am I correct in understanding that?


Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Which hook to use when overriding utility commands (COPY ...)
Next
From: Fabien COELHO
Date:
Subject: Re: [PATCH] pgbench: add multiconnect option