diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 01:31:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 01:31:07 +0300 |
commit | d68d42dd861ea25904b8c751e3445bdbab82c6ec (patch) | |
tree | cb5af2758658bbddf5f07e736292f40bcb6de2c1 /README-DEV | |
parent | 5633e7103cde7130141909fef264b47a75bcb2ce (diff) |
Fix typos in README-DEV
Diffstat (limited to 'README-DEV')
-rw-r--r-- | README-DEV | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -This document describes for libpq was packages for build2. In particular, +This document describes how libpq was packaged for build2. In particular, this understanding will be useful when ugrading to a new upstream version. The original libpq library is packaged together with the PostgreSQL server and @@ -83,8 +83,8 @@ $ cat `find . -name '*.d'` | sort -u >headers $ emacs headers # Edit, leaving system headers only. $ fgrep PostgreSQL `cat headers` -Also make sure that the macros set in libpq/postgresql/pg_config.h are still -up to date. For that purpose obtain the macros that are used in the new source +Also make sure that the macros set in libpq/postgresql/pg_config.h is still up +to date. For that purpose obtain the macros that are used in the new source base, then obtain the macros (un)defined in the current libpq/postgresql/pg_config.h and compare the sets. That can be achieved running the following commands in the build2 project root directory: |