Re: Calling PrepareTempTablespaces in BufFileCreateTemp
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ashwin Agrawal <aagrawal@pivotal.io>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Peter Geoghegan <pg@bowt.ie>, Melanie Plageman <melanieplageman@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-04-26T06:54:46Z
Lists: pgsql-hackers
On Thu, Apr 25, 2019 at 10:40:01AM -0700, Ashwin Agrawal wrote: > Is there (easy) way to assert for that assumption? If yes, then can add the > same and make it not rickety. IsTransactionState() would be enough? -- Michael
Commits
-
Make BufFileCreateTemp() ensure that temp tablespaces are set up.
- 93f03dad824f 12.0 landed