forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit722f31f
committed
Thank you for applying patch --- regexp_replace.
An attached patch is a small additional improvement.This patch use appendStringInfoText instead of appendStringInfoString.There is an overhead of PG_TEXT_GET_STR when appendStringInfoString isexecuted by text type. This can be reduced by appendStringInfoText.Atsushi Ogawa1 parent5d27bf2 commit722f31f
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2064 | 2064 |
| |
2065 | 2065 |
| |
2066 | 2066 |
| |
2067 |
| - | |
| 2067 | + | |
2068 | 2068 |
| |
2069 | 2069 |
| |
2070 | 2070 |
| |
| |||
2099 | 2099 |
| |
2100 | 2100 |
| |
2101 | 2101 |
| |
2102 |
| - | |
| 2102 | + | |
2103 | 2103 |
| |
2104 | 2104 |
| |
2105 | 2105 |
| |
| |||
2169 | 2169 |
| |
2170 | 2170 |
| |
2171 | 2171 |
| |
2172 |
| - | |
| 2172 | + | |
2173 | 2173 |
| |
2174 | 2174 |
| |
2175 | 2175 |
| |
| |||
2180 | 2180 |
| |
2181 | 2181 |
| |
2182 | 2182 |
| |
2183 |
| - | |
| 2183 | + | |
2184 | 2184 |
| |
2185 | 2185 |
| |
2186 | 2186 |
| |
| |||
2205 | 2205 |
| |
2206 | 2206 |
| |
2207 | 2207 |
| |
2208 |
| - | |
| 2208 | + | |
2209 | 2209 |
| |
2210 | 2210 |
| |
2211 | 2211 |
| |
|
0 commit comments
Comments
(0)