Re: BUG #18165: Could not duplicate handle for "Global/PostgreSQL.xxxxxxxxxx": Bad file descriptor
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: maxime.boyer@cra-arc.gc.ca, pgsql-bugs@lists.postgresql.org
Date: 2023-10-21T01:19:37Z
Lists: pgsql-bugs
Andres Freund <andres@anarazel.de> writes: > On 2023-10-20 18:16:04 -0400, Tom Lane wrote: >> That must be coming from dsm_impl_pin_segment or dsm_impl_unpin_segment; >> noplace else has the same error message spelling. > I guess we might now parallelize queries that we didn't in 11 and thus it's > more likely that we end up needing the typmod registry? Maybe. Disabling parallel queries should be an easy stopgap workaround, in any case. regards, tom lane
Commits
-
Fix min_dynamic_shared_memory on Windows.
- fb9a16a1a6f2 14.10 landed
- f72790b2952d 15.5 landed
- 174ccda5e287 16.1 landed
- dab889d60bac 17.0 landed
-
Fix huge_pages on Windows
- fdd8937c071e 16.0 cited
-
Preallocate some DSM space at startup.
- 84b1c63ad418 14.0 cited