Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite606e4d

Browse files
committed
Small regression and doc patch
1 parenta3f4ae0 commite606e4d

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

‎src/BACKEND_DIRS

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ lib support library
1616
libpq communication to client libpq library routines
1717
main passes control to postmaster or postgres
1818
nodes creation/manipulation of nodes
19-
obj object files
2019
optimizer creates path and plan
2120
optimizer/path creates path from parser output
2221
optimizer/plan optmizes path output
@@ -46,21 +45,3 @@ utils/init initialization stuff
4645
utils/mmgr memory manager(process-local memory)
4746
utils/sort sort routines for internal algorithms
4847
utils/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

‎src/test/regress/expected.input

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4771,11 +4771,16 @@ QUERY: CLOSE foo25;
47714771
QUERY: END;
47724772
QUERY: PURGE hash_f8_heap BEFORE 'now';
47734773
QUERY: SELECT count(*) AS has_10002 FROM hash_f8_heap[,] h;
4774+
has_10002
4775+
---------
4776+
10002
4777+
(1 row)
4778+
47744779
QUERY: VACUUM hash_f8_heap;
47754780
QUERY: SELECT count(*) AS has_10000 FROM hash_f8_heap[,] h;
47764781
has_10000
47774782
---------
4778-
10002
4783+
10000
47794784
(1 row)
47804785

47814786
QUERY: PURGE hash_i4_heap AFTER '@ 1 second ago';
@@ -6914,7 +6919,7 @@ QUERY: drop index 314159;
69146919
WARN:parser: syntax error at or near "314159"
69156920

69166921
QUERY: drop index nonesuch;
6917-
WARN:index "nonesuch"nonexistant
6922+
WARN:index "nonesuch"nonexistent
69186923
QUERY: drop aggregate;
69196924
WARN:parser: syntax error at or near ";"
69206925

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp