Re: [Proposal] Global temporary tables - Mailing list pgsql-hackers

From 曾文旌
Subject Re: [Proposal] Global temporary tables
Date
Msg-id 80DC3BA7-E5C0-43CA-A66C-2CCB45C10EA7@alibaba-inc.com
Whole thread Raw
In response to Re: [Proposal] Global temporary tables  (tushar <tushar.ahuja@enterprisedb.com>)
Responses Re: [Proposal] Global temporary tables  (tushar <tushar.ahuja@enterprisedb.com>)
List pgsql-hackers

> 2020年4月7日 下午7:25,tushar <tushar.ahuja@enterprisedb.com> 写道:
>
> On 4/7/20 2:27 PM, 曾文旌 wrote:
>> Vacuum full GTT, cluster GTT is already supported in global_temporary_table_v24-pg13.patch.
>
> Here , it is skipping GTT
>
> postgres=# \c foo
> You are now connected to database "foo" as user "tushar".
> foo=# create global temporary table  g123( c1 int) ;
> CREATE TABLE
> foo=# \q
> [tushar@localhost bin]$ ./vacuumdb --full  foo
> vacuumdb: vacuuming database "foo"
> WARNING:  skipping vacuum global temp table "g123" because storage is not initialized for current session
The message was inappropriate at some point, so I removed it.


Wenjing


> 
> -- 
> regards,tushar
> EnterpriseDB  https://www.enterprisedb.com/
> The Enterprise PostgreSQL Company


Attachment

pgsql-hackers by date:

Previous
From: 曾文旌
Date:
Subject: Re: [Proposal] Global temporary tables
Next
From: 曾文旌
Date:
Subject: Re: [Proposal] Global temporary tables