diff options
| author | Nathan Bossart | 2023-08-23 02:16:12 +0000 |
|---|---|---|
| committer | Nathan Bossart | 2023-08-23 02:16:12 +0000 |
| commit | f4b54e1ed9853ab9aff524494866823f951b1e7f (patch) | |
| tree | d828a0aceba5a1e74372170b58c97bae56eeefa3 /src/include/meson.build | |
| parent | 711479115836b2180f50c00bbf0773220848a7f5 (diff) | |
Introduce macros for protocol characters.
This commit introduces descriptively-named macros for the
identifiers used in wire protocol messages. These new macros are
placed in a new header file so that they can be easily used by
third-party code.
Author: Dave Cramer
Reviewed-by: Alvaro Herrera, Tatsuo Ishii, Peter Smith, Robert Haas, Tom Lane, Peter Eisentraut, Michael Paquier
Discussion: https://postgr.es/m/CADK3HHKbBmK-PKf1bPNFoMC%2BoBt%2BpD9PH8h5nvmBQskEHm-Ehw%40mail.gmail.com
Diffstat (limited to 'src/include/meson.build')
| -rw-r--r-- | src/include/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/meson.build b/src/include/meson.build index d7e1ecd4c96..d50897c9fda 100644 --- a/src/include/meson.build +++ b/src/include/meson.build @@ -94,6 +94,7 @@ install_headers( install_headers( 'libpq/pqcomm.h', + 'libpq/protocol.h', install_dir: dir_include_internal / 'libpq', ) |
