DataDog / pg_tracing

Distributed Tracing for PostgreSQL
MIT License
34 stars 5 forks source link

Handle max parameter size #47

Closed bonnefoa closed 1 month ago

bonnefoa commented 1 month ago

pg_tracing.max_parameter_size GUC parameter was present but never used. Use it to apply possibly truncate string stored in the parameter buffer shared across a traced transaction.