diff options
author | Michael Meskes <meskes@postgresql.org> | 2000-10-12 18:25:36 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2000-10-12 18:25:36 +0000 |
commit | 965a0a40e1869868df2ef2cc16f5fd80b9c55557 (patch) | |
tree | 07ffae86fdb740492f0e400a7be1048ab6db39a8 /src/interfaces/ecpg/ChangeLog | |
parent | 5bcc226d9d02fca150373c1b23102228f10cdacf (diff) | |
download | postgresql-965a0a40e1869868df2ef2cc16f5fd80b9c55557.tar.gz |
Replace constants by C variables wherever possible.
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
-rw-r--r-- | src/interfaces/ecpg/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index 6c594bf3e9..1816ec16af 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -960,5 +960,10 @@ Wed Oct 4 14:36:51 CEST 2000 Wed Oct 11 16:49:36 CEST 2000 - Synced preproc.y with gram.y. + +Thu Oct 12 20:13:00 CEST 2000 + + - Changed parser to accept a variable instead of a constant wherever + possible. - Set ecpg version to 2.8.0. - Set library version to 3.2.0. |