diff options
| author | Bruce Momjian | 2002-09-04 20:31:48 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-09-04 20:31:48 +0000 |
| commit | 30889a6f6b10109cb30dc77c52f3768cd653cb50 (patch) | |
| tree | 49553747c89a4be3c945c9ca13cbb616d71658bc /src/include/postgres.h | |
| parent | 378ca73516248db878f9df433599778dd59b0878 (diff) | |
pgindent run.
Diffstat (limited to 'src/include/postgres.h')
| -rw-r--r-- | src/include/postgres.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 44b057ca84..b989c40917 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -34,7 +34,7 @@ * in the backend environment, but are of no interest outside the backend. * * Simple type definitions live in c.h, where they are shared with - * postgres_fe.h. We do that since those type definitions are needed by + * postgres_fe.h. We do that since those type definitions are needed by * frontend modules that want to deal with binary data transmission to or * from the backend. Type definitions in this file should be for * representations that never escape the backend, such as Datum or |
