- Notifications
You must be signed in to change notification settings - Fork5
Commit92288a1
committed
Change made to elog:
o Change all current CVS messages of NOTICE to WARNING. We were goingto do this just before 7.3 beta but it has to be done now, as you willsee below.o Change current INFO messages that should be controlled byclient_min_messages to NOTICE.o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.to always go to the client.o Remove INFO from the client_min_messages options and add NOTICE.Seems we do need three non-ERROR elog levels to handle the variousbehaviors we need for these messages.Regression passed.1 parent22ebad9 commit92288a1
File tree
110 files changed
+872
-882
lines changed- contrib
- array
- intagg
- intarray
- miscutil
- noupdate
- pgcrypto
- pgstattuple
- rserv
- spi
- tsearch
- xml
- src
- backend
- access
- gist
- nbtree
- transam
- catalog
- commands
- _deadcode
- executor
- libpq
- nodes
- optimizer/path
- parser
- port
- beos
- dynloader
- postmaster
- storage
- buffer
- file
- ipc
- lmgr
- page
- smgr
- tcop
- tioga
- utils
- adt
- cache
- error
- init
- mb
- misc
- mmgr
- bin/psql
- include/utils
- interfaces
- ecpg
- include
- lib
- preproc
- test
- libpq
- odbc
- pl
- plpgsql/src
- plpython
- tcl
- test/regress
- expected
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+872
-882
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 |
| - | |
65 | 63 |
| |
66 |
| - | |
67 | 64 |
| |
68 | 65 |
| |
69 | 66 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
|
0 commit comments
Comments
(0)