forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita54fc89
committed
Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
We used (GUC_UNIT_MEMORY | GUC_UNIT_TIME) instead of GUC_UNIT someplaces but we already define it in guc.h. This commit replaces themwith GUC_UNIT for better consistency with their surrounding code.Author: Japin LiReviewed-by: Richard Guo, Michael Paquier, Masahiko SawadaDiscussion:https://postgr.es/m/MEYP282MB1669EC0FED922F7A151673ACB65AA@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM1 parentc00fbe8 commita54fc89
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2766 | 2766 |
| |
2767 | 2767 |
| |
2768 | 2768 |
| |
2769 |
| - | |
| 2769 | + | |
2770 | 2770 |
| |
2771 | 2771 |
| |
2772 | 2772 |
| |
| |||
2802 | 2802 |
| |
2803 | 2803 |
| |
2804 | 2804 |
| |
2805 |
| - | |
| 2805 | + | |
2806 | 2806 |
| |
2807 | 2807 |
| |
2808 | 2808 |
| |
|
0 commit comments
Comments
(0)