]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
one more fix postgresql-7_0_3-8
authorArtur Frysiak <artur@frysiak.net>
Fri, 13 Apr 2001 16:37:07 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-readline.patch -> 1.3

postgresql-readline.patch

index d3cc2a706d8df316b5a32d5d95c1c9959c417ed8..eaa569b1945605a813a52f12e91ec827973a236e 100644 (file)
@@ -1,5 +1,5 @@
 --- postgresql-7.0.3/src/bin/psql/tab-complete.c.wiget Fri Apr 13 17:05:43 2001
-+++ postgresql-7.0.3/src/bin/psql/tab-complete.c       Fri Apr 13 17:53:23 2001
++++ postgresql-7.0.3/src/bin/psql/tab-complete.c       Fri Apr 13 18:36:40 2001
 @@ -50,8 +50,8 @@
  #include "common.h"
  #include "settings.h"
  #else
  
                /*
+@@ -728,7 +728,7 @@
+    etc.
+ */
+ static char *
+-complete_from_query(char *text, int state)
++complete_from_query(const char *text, int state)
+ {
+       static int      list_index,
+                               string_length;
+@@ -776,7 +776,7 @@
+    SQL words that can appear at certain spot.
+ */
+ static char *
+-complete_from_list(char *text, int state)
++complete_from_list(const char *text, int state)
+ {
+       static int      string_length,
+                               list_index;
+@@ -810,7 +810,7 @@
+    The string to be passed must be in completion_charp.
+ */
+ static char *
+-complete_from_const(char *text, int state)
++complete_from_const(const char *text, int state)
+ {
+       (void) text;                            /* We don't care about what was entered
+                                                                * already. */
 --- postgresql-7.0.3/src/configure.in.wiget    Fri Apr 13 17:53:57 2001
 +++ postgresql-7.0.3/src/configure.in  Fri Apr 13 17:55:00 2001
 @@ -915,14 +915,14 @@
This page took 0.045909 seconds and 4 git commands to generate.