forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf854dae
committed
Improve comment about query_id_enabled in queryjumblefuncs.c
The comment was inexact because query_id_enabled will not be switched to"true" even if compute_query_id is "on", unless a module requests forit.While on it, this adds a comment to mention that IsQueryIdEnabled()should be used to check if query ID computation is enabled or not.Author: Yugo NagataReviewed-by: Julien RouhaudDiscussion:https://postgr.es/m/20240209153823.e29a68cadb14225f1362a2cf@sraoss.co.jp1 parent5ebc9c9 commitf854dae
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 |
| |
47 | 53 |
| |
48 | 54 |
| |
|
0 commit comments
Comments
(0)