Skip to content

Commit a7f1461

Browse files
committed
Change // to /* */
1 parent 1592c31 commit a7f1461

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/bin/psql/stringutils.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
#include <c.h>
33
#include "stringutils.h"
44

5-
//
65
#include <ctype.h>
76
#include <stdlib.h>
87
#include <string.h>
98
#include <assert.h>
10-
//
9+
1110
#include <stdio.h>
1211

1312
#include <postgres.h>

src/bin/psql/tab-complete.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static char * complete_from_list(char *text, int state);
6565

6666
static PGresult * exec_query(char * query);
6767
char * quote_file_name(char *text, int match_type, char * quote_pointer);
68-
//static char * dequote_file_name(char *text, char quote_char);
68+
/*static char * dequote_file_name(char *text, char quote_char);*/
6969
static char * previous_word(int point, int skip);
7070

7171
/* These variables are used to pass information into the completion functions.
@@ -98,7 +98,7 @@ void initialize_readline(PGconn ** conn)
9898
rl_attempted_completion_function = psql_completion;
9999

100100
rl_filename_quoting_function = quote_file_name;
101-
// rl_filename_dequoting_function = dequote_file_name;
101+
/*rl_filename_dequoting_function = dequote_file_name;*/
102102
rl_filename_quote_characters = "qwertyuioplkjhgfdsazxcvbnm";
103103

104104
rl_special_prefixes = "()'";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy