| From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
|---|---|
| To: | Nathan Bossart <nathandbossart(at)gmail(dot)com>, Christoph Berg <myon(at)debian(dot)org> |
| Cc: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: CHECKPOINT unlogged data |
| Date: | 2025-07-10 04:01:43 |
| Message-ID: | 6c4a6fe7-a530-4f21-aa38-9e3adbcc5410@oss.nttdata.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2025/07/10 4:26, Nathan Bossart wrote:
> Here is what I have staged for commit, which I'm planning to do on Friday.
Thanks for updating the patches!
Regarding the 0005 patch:
- COMPLETE_WITH("MODE");
+ COMPLETE_WITH("MODE, FLUSH_UNLOGGED");
Shouldn't that be:
COMPLETE_WITH("MODE", "FLUSH_UNLOGGED");
IOW, the two options should be separate strings, so it needs
double quotes around each.
Regards,
--
Fujii Masao
NTT DATA Japan Corporation
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2025-07-10 04:10:02 | Re: A recent message added to pg_upgade |
| Previous Message | jian he | 2025-07-10 03:47:51 | Re: support create index on virtual generated column. |