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

Commit72b60ac

Browse files
committed
Remove pgaccess from Makefile.
1 parentce26e71 commit72b60ac

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

‎src/bin/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.37 2002/08/17 04:03:35 tgl Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.38 2002/08/30 18:14:21 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -21,9 +21,6 @@ DIRS += pg_encoding
2121
endif
2222

2323
ifeq ($(with_tcl), yes)
24-
ifeq ($(with_tk), yes)
25-
DIRS += pgaccess
26-
endif
2724
DIRS += pgtclsh
2825
endif
2926

‎src/bin/psql/tab-complete.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000-2002 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.57 2002/08/15 02:49:04 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.58 2002/08/30 18:14:21 momjian Exp $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -231,15 +231,16 @@ psql_completion(char *text, int start, int end)
231231
"server_min_messages",
232232
"client_min_messages",
233233
"debug_assertions",
234-
"debug_print_query",
234+
"log_print_statement",
235+
"log_statement_duration",
235236
"debug_print_parse",
236237
"debug_print_rewritten",
237238
"debug_print_plan",
238239
"debug_pretty_print",
239240
"show_parser_stats",
240241
"show_planner_stats",
241242
"show_executor_stats",
242-
"show_query_stats",
243+
"show_statement_stats",
243244
"trace_notify",
244245
"explain_pretty_print",
245246
"sql_inheritance",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp