Reference to non-existing temp_mem parameter
https://postgresqlco.nf/doc/en/param/log_temp_files/ says: "Can be used to see if you need more work_mem, temp_mem or maintenance_work_mem. "
The issue: there's no parameter named temp_mem. It should be temp_buffers, probably.
This error is originally present in annotated.csv from https://github.com/jberkus/annotated.conf but that repo seems unmaintained.