forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0895257
committed
doc: Correct the description about the length of pg_stat_activity.query.
pg_stat_activity.query text is truncated at 1024 bytes. But previouslythe document described that it's truncated at 1024 characters.This was not accurate when considering multibyte characters.Back-patch to v10 where this inaccurate description was added.Author: Atsushi TorikoshiReviewed-by: Daniel Gustafsson, Fujii MasaoDiscussion:https://postgr.es/m/cd5b49a5a14e887542f5f569c1c6bde2@oss.nttdata.com1 parentd511555 commit0895257
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
798 |
| - | |
| 798 | + | |
799 | 799 |
| |
800 | 800 |
| |
801 | 801 |
| |
|
0 commit comments
Comments
(0)