Hello,
j'ai remarqué en fouillant dans mes logs Postgresql que j'ai un module qui se charge en Boucle sous windows, je ne sait pas si c'est normal , voila le log :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
2008-03-17 20:03:55 CET LOG:  database system was shut down at 2008-03-17 20:03:37 CET
2008-03-17 20:03:55 CET LOG:  database system is ready to accept connections
2008-03-17 20:03:55 CET LOG:  autovacuum launcher started
2008-03-17 20:03:55 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:03:57 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:03:58 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:03:58 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:03:59 CET NOTICE:  type "gbtreekey4" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  argument type gbtreekey4 is only a shell
2008-03-17 20:03:59 CET NOTICE:  type "gbtreekey8" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  argument type gbtreekey8 is only a shell
2008-03-17 20:03:59 CET NOTICE:  type "gbtreekey16" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  argument type gbtreekey16 is only a shell
2008-03-17 20:03:59 CET NOTICE:  type "gbtreekey32" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  argument type gbtreekey32 is only a shell
2008-03-17 20:03:59 CET NOTICE:  type "gbtreekey_var" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  argument type gbtreekey_var is only a shell
2008-03-17 20:03:59 CET NOTICE:  type "chkpass" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  argument type chkpass is only a shell
2008-03-17 20:03:59 CET NOTICE:  type "cube" is not yet defined
2008-03-17 20:03:59 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:03:59 CET NOTICE:  return type cube is only a shell
2008-03-17 20:03:59 CET NOTICE:  return type cube is only a shell
2008-03-17 20:03:59 CET NOTICE:  argument type cube is only a shell
2008-03-17 20:03:59 CET NOTICE:  return type hstore is only a shell
2008-03-17 20:04:00 CET NOTICE:  argument type hstore is only a shell
2008-03-17 20:04:00 CET NOTICE:  return type ghstore is only a shell
2008-03-17 20:04:00 CET NOTICE:  argument type ghstore is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "query_int" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type query_int is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "intbig_gkey" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type intbig_gkey is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "ean13" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type ean13 is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "isbn13" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type isbn13 is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "ismn13" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type ismn13 is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "issn13" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type issn13 is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "isbn" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type isbn is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "ismn" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type ismn is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "issn" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type issn is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "upc" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type upc is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "ltree" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type ltree is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "lquery" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type lquery is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "ltxtquery" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type ltxtquery is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "ltree_gist" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type ltree_gist is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "gtrgm" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type gtrgm is only a shell
2008-03-17 20:04:00 CET NOTICE:  type "seg" is not yet defined
2008-03-17 20:04:00 CET DETAIL:  Creating a shell type definition.
2008-03-17 20:04:00 CET NOTICE:  argument type seg is only a shell
2008-03-17 20:15:21 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:15:21 CET FATAL:  password authentication failed for user "postgres"
2008-03-17 20:15:26 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:15:32 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:18:53 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:19:13 CET ERROR:  source database "template1" is being accessed by other users
2008-03-17 20:19:13 CET STATEMENT:  CREATE DATABASE kedare
	  WITH ENCODING='UTF8'
	       OWNER=kedare;
 
2008-03-17 20:19:42 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 20:19:53 CET LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2008-03-17 21:50:26 CET LOG:  received fast shutdown request
2008-03-17 21:50:26 CET LOG:  aborting any active transactions
2008-03-17 21:50:26 CET LOG:  autovacuum launcher shutting down
2008-03-17 21:50:26 CET LOG:  shutting down
2008-03-17 21:50:26 CET LOG:  database system is shut down
pourquoi ce module se recharge tout le temps ? ca le fait chez vous aussi ?
merci