Correct the documentation for work_mem

From: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Correct the documentation for work_mem
Date: 2023-04-21 14:28:24
Message-ID: 66590882-F48C-4A25-83E3-73792CF8C51F@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I recently noticed the following in the work_mem [1] documentation:

“Note that for a complex query, several sort or hash operations might be running in parallel;”

The use of “parallel” here is misleading as this has nothing to do with parallel query, but
rather several operations in a plan running simultaneously.

The use of parallel in this doc predates parallel query support, which explains the usage.

I suggest a small doc fix:

“Note that for a complex query, several sort or hash operations might be running simultaneously;”

This should also be backpatched to all supported versions docs.

Thoughts?

Regards,

Sami Imseih
Amazon Web Services (AWS)

1. https://www.postgresql.org/docs/current/runtime-config-resource.html

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2023-04-21 14:47:04 Re: Minor code de-duplication in fe-connect.c
Previous Message Tom Lane 2023-04-21 13:50:48 Re: Commitfest 2023-03 starting tomorrow!