diff options
| author | Robert Haas | 2023-12-05 17:17:49 +0000 |
|---|---|---|
| committer | Robert Haas | 2023-12-05 17:17:49 +0000 |
| commit | d463aa06a9a8c078c1a80ac14b65765b9e5b9ecd (patch) | |
| tree | 1bf3ad1fc1a6aa5083d6dc0531f6873898e59b0d /src/tools | |
| parent | 4d0cf0b05defcee985d5af38cb0db2b9c2f8dbae (diff) | |
Rename JsonManifestParseContext callbacks.
There is no real reason to just run multiple words together when
we can instead punctuate them with marks intended for that purpose.
Per suggestion from Álvaro Herrera.
Discussion: http://postgr.es/m/202311161021.nisg7imt7kyf@alvherre.pgsql
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index d659adbfd6c..38a86575e1c 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -3445,8 +3445,8 @@ jmp_buf join_search_hook_type json_aelem_action json_manifest_error_callback -json_manifest_perfile_callback -json_manifest_perwalrange_callback +json_manifest_per_file_callback +json_manifest_per_wal_range_callback json_ofield_action json_scalar_action json_struct_action |
