forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0424128
committed
autovacuum: Improve wording in a couple places
A few strings (one WARNING and some memory context names) in theautovacuum code were written in a world where "worker" had no otherpossible meaning than "autovacuum worker", but that's long time gone.Be more specific about it.Also, change the WARNING from elog() to ereport(), to add translability.Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>Reviewed-by: Nathan Bossart <bossartn@amazon.com>Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Dilip Kumar <dilipbalaut@gmail.com>Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>Discussion:https://postgr.es/m/CALj2ACX2UHp76dqdoZq92a7v4APFuV5wJQ+AUrb+2HURrKN=NQ@mail.gmail.com1 parent6738554 commit0424128
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
754 | 754 |
| |
755 | 755 |
| |
756 | 756 |
| |
757 |
| - | |
| 757 | + | |
| 758 | + | |
758 | 759 |
| |
759 | 760 |
| |
760 | 761 |
| |
| |||
966 | 967 |
| |
967 | 968 |
| |
968 | 969 |
| |
969 |
| - | |
| 970 | + | |
970 | 971 |
| |
971 | 972 |
| |
972 |
| - | |
| 973 | + | |
973 | 974 |
| |
974 | 975 |
| |
975 | 976 |
| |
| |||
992 | 993 |
| |
993 | 994 |
| |
994 | 995 |
| |
995 |
| - | |
| 996 | + | |
996 | 997 |
| |
997 | 998 |
| |
998 | 999 |
| |
| |||
1179 | 1180 |
| |
1180 | 1181 |
| |
1181 | 1182 |
| |
1182 |
| - | |
| 1183 | + | |
1183 | 1184 |
| |
1184 | 1185 |
| |
1185 | 1186 |
| |
| |||
1981 | 1982 |
| |
1982 | 1983 |
| |
1983 | 1984 |
| |
1984 |
| - | |
| 1985 | + | |
1985 | 1986 |
| |
1986 | 1987 |
| |
1987 | 1988 |
| |
|
0 commit comments
Comments
(0)