File tree Expand file tree Collapse file tree 2 files changed +7
-21
lines changed
Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ lib support library
1616libpq communication to client libpq library routines
1717main passes control to postmaster or postgres
1818nodes creation/manipulation of nodes
19- obj object files
2019optimizer creates path and plan
2120optimizer/path creates path from parser output
2221optimizer/plan optmizes path output
@@ -46,21 +45,3 @@ utils/init initialization stuff
4645utils/mmgr memory manager(process-local memory)
4746utils/sort sort routines for internal algorithms
4847utils/time transaction time qualification routines
49-
50- port port-specific files
51- port/BSD44_derived
52- port/aix
53- port/alpha
54- port/bsdi
55- port/dgux
56- port/hpux
57- port/i386_solaris
58- port/irix5
59- port/linux
60- port/sunos4
61- port/sparc_solaris
62- port/svr4
63- port/ultrix4
64- port/win32
65- port/win32/regex
66- port/win32/sys
Original file line number Diff line number Diff line change @@ -4771,11 +4771,16 @@ QUERY: CLOSE foo25;
47714771QUERY: END;
47724772QUERY: PURGE hash_f8_heap BEFORE 'now';
47734773QUERY: SELECT count(*) AS has_10002 FROM hash_f8_heap[,] h;
4774+ has_10002
4775+ ---------
4776+ 10002
4777+ (1 row)
4778+
47744779QUERY: VACUUM hash_f8_heap;
47754780QUERY: SELECT count(*) AS has_10000 FROM hash_f8_heap[,] h;
47764781has_10000
47774782---------
4778- 10002
4783+ 10000
47794784(1 row)
47804785
47814786QUERY: PURGE hash_i4_heap AFTER '@ 1 second ago';
@@ -6914,7 +6919,7 @@ QUERY: drop index 314159;
69146919WARN:parser: syntax error at or near "314159"
69156920
69166921QUERY: drop index nonesuch;
6917- WARN:index "nonesuch" nonexistant
6922+ WARN:index "nonesuch" nonexistent
69186923QUERY: drop aggregate;
69196924WARN:parser: syntax error at or near ";"
69206925
You can’t perform that action at this time.
0 commit comments