forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1b048f
committed
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Rename these newly-extern functions with terms more typical of their newneighbors. No functional changes; a subsequent commit will use them inmore places. Back-patch to 9.1 (all supported versions). Back brancheslack src/fe_utils, so instead rename the functions in place; thesubsequent commit will copy them into the other programs using them.Security:CVE-2016-54241 parent395d565 commitc1b048f
1 file changed
+11
-11
lines changedLines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 |
| - | |
| 257 | + | |
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
| |||
1699 | 1699 |
| |
1700 | 1700 |
| |
1701 | 1701 |
| |
1702 |
| - | |
| 1702 | + | |
1703 | 1703 |
| |
1704 |
| - | |
| 1704 | + | |
1705 | 1705 |
| |
1706 | 1706 |
| |
1707 | 1707 |
| |
| |||
1983 | 1983 |
| |
1984 | 1984 |
| |
1985 | 1985 |
| |
1986 |
| - | |
| 1986 | + | |
1987 | 1987 |
| |
1988 | 1988 |
| |
1989 | 1989 |
| |
| |||
2076 | 2076 |
| |
2077 | 2077 |
| |
2078 | 2078 |
| |
2079 |
| - | |
| 2079 | + | |
2080 | 2080 |
| |
2081 | 2081 |
| |
2082 | 2082 |
| |
| |||
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 | 2127 |
| |
2128 |
| - | |
| 2128 | + | |
2129 | 2129 |
| |
2130 | 2130 |
| |
2131 | 2131 |
| |
|
0 commit comments
Comments
(0)