Skip to content

Commit

Permalink
Fast Temporary tables for GP.
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Nov 6, 2024
1 parent dec8e9b commit e99894c
Show file tree
Hide file tree
Showing 37 changed files with 3,131 additions and 112 deletions.
2 changes: 1 addition & 1 deletion doc/src/sgml/catalogs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
<entry></entry>
<entry>
<literal>p</> = permanent table, <literal>u</> = unlogged table,
<literal>t</> = temporary table
<literal>t</> = temporary table, <literal>f</> = fast temporary table
</entry>
</row>

Expand Down
2 changes: 1 addition & 1 deletion src/backend/access/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subdir = src/backend/access/common
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

OBJS = heaptuple.o indextuple.o printtup.o reloptions.o scankey.o \
OBJS = fasttab.o heaptuple.o indextuple.o printtup.o reloptions.o scankey.o \
tupconvert.o tupdesc.o

OBJS += bufmask.o memtuple.o reloptions_gp.o
Expand Down
Loading

0 comments on commit e99894c

Please sign in to comment.