Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d8b794

Browse files
committed
Add some missing includes
From: Randy Terbush <randy@zyzzyva.com>
1 parentb38d565 commit7d8b794

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/backend/parser/parse_query.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/parse_query.c,v 1.6 1996/11/04 04:35:42 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/parse_query.c,v 1.7 1996/11/08 00:56:17 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515
#include<ctype.h>
1616
#include<string.h>
1717
#include"postgres.h"
1818

19+
#include"fmgr.h"
1920
#include"access/heapam.h"
2021
#include"utils/tqual.h"
2122
#include"access/tupmacs.h"
@@ -27,9 +28,9 @@
2728

2829
#include"utils/syscache.h"
2930
#include"catalog/pg_type.h"
31+
#include"catalog/pg_operator.h"
3032
#include"parser/catalog_utils.h"
3133
#include"parser/parse_query.h"
32-
/* #include "parser/io.h" */
3334
#include"utils/lsyscache.h"
3435

3536
#include"nodes/pg_list.h"
@@ -228,7 +229,7 @@ makeTimeRange(char *datestring1,
228229
char*datestring2,
229230
inttimecode)/* 0 = snapshot , 1 = timerange */
230231
{
231-
TimeQualqual;
232+
TimeQualqual=NULL;
232233
AbsoluteTimet1,t2;
233234

234235
switch (timecode) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp